You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in order to use JWT but have slightly different identity rules (e.g. if you want to default to read-only for unauthorized scopes), or handle scopes in a different way, you need to subclass and replace the entire authorizer.
This is not a huge setback, but it would be nice if the default scope class and identity class could be replaced via config.
The text was updated successfully, but these errors were encountered:
Currently in order to use JWT but have slightly different identity rules (e.g. if you want to default to read-only for unauthorized scopes), or handle scopes in a different way, you need to subclass and replace the entire authorizer.
This is not a huge setback, but it would be nice if the default scope class and identity class could be replaced via config.
The text was updated successfully, but these errors were encountered: