Is it possible to Add a role to a user for a specified time period.
For example, for a month and after that, this role will expire for that user.
Hi @Mehrdad-Davoudi
by default probable not, I don't know about this feature - you have to implement your own logic. :)
In Admin panel for user management we just use the logic and database structure from ASP.NET Core and there is a simple mapping between users and roles. Anything else would be a custom logic.
Sure we can add some expiration logic to user-role relationship but that would require more demand from the community or commercial cooperation.
thank you for your answers hope to see new feature like this soon
Ok, we're closing for now - if someone will be interested in this please feel free to +1 and reopen this thread.
Most helpful comment
In Admin panel for user management we just use the logic and database structure from ASP.NET Core and there is a simple mapping between users and roles. Anything else would be a custom logic.
Sure we can add some expiration logic to user-role relationship but that would require more demand from the community or commercial cooperation.