Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Monorepo for `oauth2-jwt-bearer`. Contains the following packages:
| [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 |

> πŸ’‘ **Using Auth0?** If you want Auth0-specific features, we recommend trying out our framework-specific API SDKs: [`@auth0/auth0-fastify-api`](https://github.com/auth0/auth0-fastify) for Fastify and [`@auth0/auth0-express-api`](https://github.com/auth0/auth0-express) (currently in beta) for Express.

## Feedback

### Contributing
Expand Down
2 changes: 2 additions & 0 deletions packages/express-oauth2-jwt-bearer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

πŸ“š [Documentation](#documentation) - πŸš€ [Getting Started](#getting-started) - πŸ’» [API Reference](#api-reference) - πŸ’¬ [Feedback](#feedback)

> πŸ’‘ **Using Auth0?** If you want Auth0-specific features, we recommend trying out the [`@auth0/auth0-express-api`](https://github.com/auth0/auth0-express) SDK, currently in beta.

## Documentation

- [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0.
Expand Down
Loading