oidc-client-js is unmaintained right now: https://github.com/IdentityModel/oidc-client-js/issues/1391 While oidc-client-js is still heavily used (200k downloads/week), there are some less popular alternatives: - https://github.com/authts/oidc-client-ts - TS port without Implicit support - https://github.com/panva/openid-client - supports client credentials as well, no implicit flow either.
oidc-client-js is unmaintained right now: DuendeArchive/identity-model-oidc-client-js#1391
While oidc-client-js is still heavily used (200k downloads/week), there are some less popular alternatives: