This repository was archived by the owner on Oct 29, 2021. It is now read-only.
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
How to implement new authorization schemes #119
Open
Description
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.