@hackage / clientsession

Securely store session data in a client-side cookie.

Latest0.9.3.0

About

Metadata

  • Last updated , by MichaelSnoyman
  • License MIT
  • Categories Web Development
  • Maintained by: Michael Snoyman <michael@snoyman.com>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test (off by default)

    Build the executable to run unit tests

Readme

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.