https://github.com/maximemoreillon/express-oidc
https://github.com/maximemoreillon/express-oidc
authentication oauth2 openid-connect
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximemoreillon/express-oidc
- Owner: maximemoreillon
- Created: 2024-09-10T22:19:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T04:32:23.000Z (over 1 year ago)
- Last Synced: 2025-03-08T04:48:13.377Z (over 1 year ago)
- Topics: authentication, oauth2, openid-connect
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express OIDC
This is an authentication middleware that validates JWT from OIDC providers using JWKS.
## Notes
[Auth0's express-oauth2-jwt-bearer library](https://github.com/auth0/node-oauth2-jwt-bearer/tree/main/packages/express-oauth2-jwt-bearer) Could be a better alternative