@hackage servant-auth-cookie0.6.0.3
Authentication via encrypted cookies
Categories
License
BSD-3-Clause
Maintainer
Al Zohali <zohl@fmap.me>
Links
Versions
Installation
Dependencies (22)
- base >=4.7 && <5.0
- base64-bytestring
- blaze-builder >=0.4 && <0.4.1
- bytestring
- bytestring-conversion >=0.3.1 && <0.4
- cereal >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/front
Package Flags
dev
(off by default)
Turn on development settings.
servant9
(on by default)
Use servant-0.9 (or higher)
servant91
(on by default)
Use servant-0.9.1 (or higher)
build-examples
(off by default)
Build example executables.
Authentication via encrypted client-side cookies, inspired by client-session library by Michael Snoyman and based on ideas of the paper "A Secure Cookie Protocol" by Alex Liu et al.