@hackage servant-auth-server0.4.6.0
servant-server/servant-auth compatibility
Categories
License
BSD-3-Clause
Maintainer
jkarni@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (24)
- aeson >=1.3.1.1 && <1.6
- base >=4.10 && <4.16
- base64-bytestring >=1.0.0.1 && <1.2
- blaze-builder >=0.4.1.0 && <0.5
- bytestring >=0.10.6.0 && <0.11
- case-insensitive >=1.2.0.11 && <1.3 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.