giftless icon indicating copy to clipboard operation
giftless copied to clipboard

Allow customizing identity object and scope class used by JWT authorizer

Open shevron opened this issue 5 years ago • 0 comments

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.

shevron avatar Apr 07 '20 08:04 shevron