
Securing endpoints in an Express app with JWTs
Code Examples / api-integration
A node.js library for use as an Express middleware to secure endpoints with JWTs. The implementation uses a JWKS endpoint of an Authorization Server to get keys required for the verification of the token signature. There is also an example Express app which shows how to use the library. The example also shows how to decode and validate a JWT and access its’ claims.
View Plugin on GithubLet’s Stay in Touch!
Get the latest on identity management, API Security and authentication straight to your inbox.