Could you guys implement developer computer management feature in the commercial website so we manage our licenses easily? Thanks
We havent implement the realtime notification to notify the client for a relogin. Are there any others options ? Is relogin necessary for cookie based authorization as well?
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?
This is exactly what I needed. Thanks for the help.
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.