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
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
I've had a brief read through the source code and it looks like it should be straightforward to implement a new authorization scheme but the classes I would need to implement aren't exposed as part of the public API (for example the IsAuth class). Is this library intended to be extensible in this way or should I just use Servant generalized auth?
In case it's of interest the scheme I'm trying to implement is token authentication but not JWT, just tokens stored in a DB.