jwtauthenticator icon indicating copy to clipboard operation
jwtauthenticator copied to clipboard

add some optional claims validation

Open glehmann opened this issue 7 years ago • 1 comments

this is restricted to boolean claims.

Note: the code is not ready to merge - it is rather a way to open a discussion on this kind of feature and the best way to implement it

glehmann avatar Apr 03 '18 13:04 glehmann

In fact a much better approach might be to provide an entry point to implement these claim checks. Either by subclassing the jwt authenticator, or by providing a callback. What do you think?

glehmann avatar May 15 '18 16:05 glehmann