Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximemoreillon/express-oidc
https://github.com/maximemoreillon/express-oidc
authentication oauth2 openid-connect
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximemoreillon/express-oidc
- Owner: maximemoreillon
- Created: 2024-09-10T22:19:50.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-24T06:54:30.000Z (4 months ago)
- Last Synced: 2025-01-22T08:13:40.459Z (5 days ago)
- Topics: authentication, oauth2, openid-connect
- Language: TypeScript
- Homepage:
- Size: 51.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