hoauth2

Haskell OAuth2 authentication client

https://github.com/freizl/hoauth2

Version on this page:2.6.0
LTS Haskell 22.14:2.10.0
Stackage Nightly 2024-03-28:2.13.1
Latest on Hackage:2.13.1

See all snapshots hoauth2 appears in

MIT licensed by Haisheng Wu
Maintained by Haisheng Wu
This version can be pinned in stack with:hoauth2-2.6.0@sha256:168321df73bf75dc7cdda8e72725e9f3f624a9776b1fe59ae46c29c45029dc5d,2262
* Introduction

Lightweight Haskell binding for

- [The OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)
- If the provider does implement [OIDC spec](https://openid.net/specs/openid-connect-core-1_0.html),
ID Token would also be included in token response (see `OAuth2Token`).
- [The OAuth 2.0 Authorization Framework: Bearer Token Usage](https://www.rfc-editor.org/rfc/rfc6750)