Description
Servant based API for token based authorisation.
Description
The package provides cross compiler API (for GHC and GHCJS) for servant-auth-token. Please see README.md
README.md
servant-auth-token-api
The package provides abstract RESTful API for token based authorisation using servant. It contains only generic types and servant-swagger instances. You may be interested in server/client side implementations:
servant-auth-token - server side implementation using SQL subdomain of persistent.
servant-auth-token-client (not yet published) - client side implementation using GHCJS and reflex-dom
Also you can explore swagger documentation for the API and view markdown version of docs.