hoauth2

Haskell OAuth2 authentication client

https://github.com/freizl/hoauth2

Version on this page:2.8.0
LTS Haskell 22.19:2.10.0
Stackage Nightly 2024-05-03: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.8.0@sha256:ead0fa524656b42baca8a3c6aef5ac245b28d2923d48ac574d74fc434a61a8ab,2647
* Introduction

Haskell binding for

- [[https://datatracker.ietf.org/doc/html/rfc6749][The OAuth 2.0 Authorization Framework]]
- If the Identity Provider also implements [[https://openid.net/specs/openid-connect-core-1_0.html][OIDC spec]], ID Token will also be present in token response (see ~OAuth2Token~).
- [[https://www.rfc-editor.org/rfc/rfc7523.html][JWT Profile for OAuth2 Client Authentication and Authorization Grants]]
- [[https://www.rfc-editor.org/rfc/rfc6750][The OAuth 2.0 Authorization Framework: Bearer Token Usage]]