Description
Haskell OAuth2 authentication client.
Description
This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.
README.md
Haskell binding for
- The OAuth 2.0 Authorization Framework
- If the Identity Provider also implements OIDC spec, ID Token will also be present in token response (see
OAuth2Token).
- If the Identity Provider also implements OIDC spec, ID Token will also be present in token response (see
- JWT Profile for OAuth2 Client Authentication and Authorization Grants
- The OAuth 2.0 Authorization Framework: Bearer Token Usage.