@hackage clientsession0.9.3.0
Securely store session data in a client-side cookie.
Categories
License
MIT
Maintainer
Michael Snoyman <michael@snoyman.com>
Links
Versions
Installation
Dependencies (11)
- base >=4.8 && <5
- base64-bytestring >=0.1.1.1
- bytestring >=0.9
- cereal >=0.3
- crypto-api >=0.8
- crypton >=1.0 Show all…
Dependents (40)
@hackage/wai-middleware-crowd, @hackage/ihp, @hackage/git-annex, @hackage/wai-extra, @hackage/snap, @hackage/snaplet-persistent, Show all…
Package Flags
test
(off by default)
Build the executable to run unit tests
clientsession
Securely store session data in a client-side cookie.
Achieves security through AES-CTR encryption and Skein-MAC-512-256 authentication. Uses Base64 encoding to avoid any issues with characters.