auth-integration / library
openid-client
Capability: openid-client
Use it when
- implement OAuth 2 and OpenID Connect flows in JavaScript runtimes
- handle redirect, token refresh, discovery, and client credentials without writing protocol code
What it solves
Not the fit when
- does not replace the identity provider
Install
npm install openid-client
Invoke
Discover the issuer, configure the client, execute authorization code or client credentials flow, and persist refresh tokens securely.
Alternatives
No reviewed alternatives recorded yet.