@hackage servant-auth-server0.3.1.0
servant-server/servant-auth compatibility
Categories
License
BSD-3-Clause
Maintainer
jkarni@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (24)
- aeson >=0.11 && <2
- base >=4.8 && <4.11
- base64-bytestring >=1 && <2
- blaze-builder >=0.4 && <0.5
- bytestring >=0.10 && <0.11
- bytestring-conversion >=0.3 && <0.4 Show all…
Dependents (8)
@hackage/cachix-api, @hackage/oauth2-server, @hackage/polysemy-account-api, @hackage/mcp, @hackage/nri-test-encoding, @hackage/servant-auth-client, Show all…
This package provides the required instances for using the Auth combinator
in your servant server.
Both cookie- and token- (REST API) based authentication is provided.
For a quick overview of the usage, see the README.