0
Jeremy created
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?
- ABP Framework version: v3.3.0
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
-
0
no need to relogin but needs page refresh to get the application-configuration. for MVC (cookie auth) , a page refresh is required to see the new permissions
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)