@hackage servant-auth-token-api0.4.2.2
Servant based API for token based authorisation
Categories
License
BSD-3-Clause
Maintainer
ncrashed@gmail.com
Links
Versions
Installation
Dependencies (10)
- aeson >=0.11 && <1.3
- aeson-injector >=1.0.4 && <1.1
- base >=4.7 && <5
- lens >=4.13 && <5
- raw-strings-qq >=1.1 && <1.2
- servant >=0.9 && <0.13 Show all…
Dependents (6)
@hackage/servant-auth-token-persistent, @hackage/servant-auth-token-acid, @hackage/pdf-slave-server, @hackage/servant-auth-token-rocksdb, @hackage/servant-auth-token, @hackage/servant-auth-token-leveldb
Package Flags
flat-perm-symbols
(off by default)
Use flat Symbols for token tags, improve compilation time.
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.