@hackage hoauth22.15.1
Haskell OAuth2 authentication client
Categories
License
MIT
Maintainer
Haisheng Wu <freizl@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (18)
- aeson >=2.0 && <2.3
- base >=4.11 && <5
- base64 >=1.0 && <1.1
- binary >=0.8 && <0.11
- binary-instances >=1.0 && <1.1
- bytestring >=0.9 && <0.13 Show all…
Dependents (19)
@hackage/yesod-auth-oauth2, @hackage/servant-oauth2, @hackage/snaplet-oauth, @hackage/hoauth2-demo, @hackage/kubernetes-client, @hackage/acme-everything, Show all…
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