We are using token based authorization for our project. Everytime we grant permissions to a user, he has to request for a new token to get the permissions, is this the right way to update user's permissions? Are there any advices to optimize the authorization process please?
Hi there, I have started a project with abp.io and i use identity server for authentication. I would like to implement SMS login for the project and i have read the article Implementing Passwordless Authentication in ASP.NET Core Identity which provides very detailed instruction. However , the demo uses cookie signin scheme and I want to use bearer token instead. Are there any instruction to achieve this ? Thanks for the help.