simple-jwt-auth
A simple, convenient, and safe interface for interacting with JSON Web Tokens (JWTs) for authentication and authorization
A simple, convenient, and safe interface for interacting with JSON Web Tokens (JWTs) for authentication and authorization
Integration of the library jwks-rsa with FoalTS
Fork of jws-rsa, a library to retrieve RSA public keys from a JWKS endpoint. Removes need to check 'sig' key of a jwk
Middleware for checking the JWT
Library to retrieve RSA public keys from a JWKS endpoint
Component to validate Bearer Token. It validate JWT tokens and reference tokens (Introspection) as well. It support almost all algorithms. RSA, ECDsa, HMAC. Trough jose.
Library to retrieve RSA public keys from a JWKS endpoint
Serializer of keys for jwks route
Universal 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies
JWKs authentication middleware, based on restify-jwt
Universal 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK with no dependencies
Library to retrieve RSA public keys from a JWKS endpoint
Library to retrieve public key from a JWKS endpoint in the browser.
Helper package to manage JWKS and persit to db
Library to retrieve RSA public keys from a JWKS endpoint
A mock service to be used by tests needing a jwks endpoint.
Library to retrieve RSA public keys from a JWKS endpoint
A client library that verifies a JWT token by retrieve signing keys from a JWKS (JSON Web Key Set) endpoint.
## Usage Example
Library to retrieve public keys from a JWKS endpoint. This is forked from auth0/node-jwks-rsa. The idea is to extend the lib to handle reading and providing jwks keys, supporting RSA and EC as well as working with node and react-native.