servant-auth-client
servant-client/servant-auth compatibility
https://github.com/haskell-servant/servant/tree/master/servant-auth#readme
LTS Haskell 23.27: | 0.4.2.0@rev:1 |
Stackage Nightly 2025-07-12: | 0.4.2.0@rev:1 |
Latest on Hackage: | 0.4.2.0@rev:1 |
BSD-3-Clause licensedbyJulian K. Arni
Maintained by[email protected]
This version can be pinned in stack with:
servant-auth-client-0.4.2.0@sha256:16e52ff4345be15cba0177b84a617c4b2fa5b27fd8b3de088cb276764a91d84e,3476
Module documentation for 0.4.2.0
- Servant
- Servant.Auth
Depends on 6 packages(full list with versions):
This package provides instances that allow generating clients fromservantAPIs that useservant-auth'sAuth
combinator.
For a quick overview of the usage, see theREADME.
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based onKeep a Changelogand this project adheres toPVP Versioning.
[Unreleased]
[0.4.2.0] - 2024-08-28
- Allow newer versions of dependencies (QuickCheck, jose, warp, bytestring, etc.) and compiler.
- Use
aroundAll
instead ofaround
.#1694
[0.4.1.0] - 2020-10-06
- Support generic Bearer token auth
[0.4.0.0] - 2019-03-08
Changed
- #145 Support servant-0.16 in tests @domenkozar
- #145 Drop GHC 7.10 support @domenkozar
[0.3.3.0] - 2018-06-18
Added
- Support for GHC 8.4 by @phadej
- Support for servant-0.14 by @phadej
- Changelog by @domenkozar