Description
A Haskell OAuth2 authentication client library. It helps applications implement OAuth2 flows for signing users in or authorizing access to external services.
Developers use it in web apps, API clients, and integrations with identity providers. OAuth2 security depends on redirect URIs, scopes, client secrets, PKCE where appropriate, and safe token storage.