BSD-3-Clause licensed by Julian K. Arni
Maintained by [email protected]
This version can be pinned in stack with:servant-auth-0.3.2.0@sha256:a9d9759f8f1ddf93d86a04b47bcb3d3b15fdbf10906533812d8e325ac8265a83,1808

Module documentation for 0.3.2.0

  • Servant
    • Servant.Auth

This package provides an Auth combinator for servant. This combinator allows using different authentication schemes in a straightforward way, and possibly in conjunction with one another.

'servant-auth' additionally provides concrete authentication schemes, such as Basic Access Authentication, JSON Web Tokens, and Cookies.

For more details on how to use this, see the README.

Changes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.2.0] - 2018-06-18

Added

  • Support for GHC 8.4 by @phadej
  • Changelog by @domenkozar