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

Module documentation for 0.4.1.0

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 PVP Versioning.

[Unreleased]

[0.4.0.0] - 2020-10-06

  • Support for GHC 8.10 by @domenkozar
  • Support servant 0.18 by @domenkozar
  • Move ToJWT/FromJWT from servant-auth-server

[0.3.2.0] - 2018-06-18

Added

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