Base solution for your next web application
Open Closed

Override the permission logic #4590


User avatar
0
legatoteam created

Is it possible to override the permission logic? For example, i need to check one more permission table which is used for passing permission to another user in a valid period


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can override the IsGrantedAsync method of your UserManager class.