clientsession

Securely store session data in a client-side cookie.

http://github.com/yesodweb/clientsession/tree/master

Version on this page:0.9.1.2
LTS Haskell 22.30:0.9.2.0@rev:1
Stackage Nightly 2024-07-26:0.9.3.0
Latest on Hackage:0.9.3.0

See all snapshots clientsession appears in

MIT licensed by Michael Snoyman, Felipe Lessa
Maintained by Michael Snoyman
This version can be pinned in stack with:clientsession-0.9.1.2@sha256:8a1a9099e9289103020af45079b5cfeb3c1b33c6d0fb7bd5a1d8abf985f69574,2356

Module documentation for 0.9.1.2

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.

Changes

0.9.1.2

  • Clarify that we’re using MIT license