@hackage / servant-auth-cookie

Authentication via encrypted cookies

Latest0.6.0.3

About

Metadata

  • Last updated , by zohl
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: Al Zohali <zohl@fmap.me>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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.