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