Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auth0/node-oauth2-jwt-bearer
Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
https://github.com/auth0/node-oauth2-jwt-bearer
bearer dx-sdk express jwt oauth2
Last synced: about 20 hours ago
JSON representation
Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
- Host: GitHub
- URL: https://github.com/auth0/node-oauth2-jwt-bearer
- Owner: auth0
- License: mit
- Created: 2021-03-29T14:49:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:14:01.000Z (16 days ago)
- Last Synced: 2024-12-14T12:03:06.494Z (8 days ago)
- Topics: bearer, dx-sdk, express, jwt, oauth2
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 95
- Watchers: 16
- Forks: 32
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# oauth2-jwt-bearer
Monorepo for `oauth2-jwt-bearer`. Contains the following packages:
| package | published | description |
|-------------------------------------------------------------------|:---------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [oauth2-bearer](./packages/oauth2-bearer) | ✘ | Gets Bearer tokens from a request and issues errors per [rfc6750](https://tools.ietf.org/html/rfc6750) |
| [access-token-jwt](./packages/access-token-jwt) | ✘ | Verfies and decodes Access Token JWTs loosley following [draft-ietf-oauth-access-token-jwt-12](https://tools.ietf.org/html/draft-ietf-oauth-access-token-jwt-12) |
| [express-oauth2-jwt-bearer](./packages/express-oauth2-jwt-bearer) | ✔ | Authentication middleware for Express.js that validates JWT Bearer Access Tokens |## Feedback
### Contributing
We appreciate feedback and contribution to this repo! Before you get started, please see the following:
- [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
- [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
- [This repo's contribution guide](https://github.com/auth0/node-oauth2-jwt-bearer/blob/main/CONTRIBUTING.md)### Raise an issue
To provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/auth0/node-oauth2-jwt-bearer/issues).
### Vulnerability Reporting
Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
## What is Auth0?
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
This project is licensed under the MIT license. See the LICENSE file for more info.