Json Web Token Authorization Strategy
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
Decode JWT tokens, mostly useful for browser applications.
Calculate GitHub App bearer tokens for Node & modern browsers
Passport authentication strategy using JSON Web Tokens
TypeScript definitions for passport-jwt
The `circuits` package exports the circom circuits needed for building on jwt-tx-builder.
JWT utils for Fastify
JWT authentication middleware.
JSON Web Token helper library for Angular
Fast JSON Web Token implementation
Verify JSON Web Tokens (JWT) from Amazon Cognito and other IDPs
Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients
GitHub App authentication for JavaScript
Authentication middleware for Express.js that validates JWT bearer access tokens.
JWT JWKS verification plugin for Fastify
A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker
Small library for decoding json web tokens (JWT)
Koa middleware for validating JSON Web Tokens
Vonage JWT package. Creates JWT tokens for Vonage API's
Parse and encoding JSON web tokens
Verify and Parse Pomerium JWTs
JWT(JSON Web Token) encode and decode module
sd-jwt draft 7 implementation in typescript
jwt authorizer middleware for axum and tonic
jwt authorizer fork with forced rusttls
This crate provides a procedural macro to create request guards used for authorization.
Cedrus REST API server for Cedar Policy
Business logic and authorization engine for Cedrus.
A simple concern in controller for jwt authorization
JWT-Based authentication and authorization with Zaikio.
JWT based authorization that includes current_user helper
Authorization of requests for microservices based on JWT
Helpers for handling Account resource authorization with decoded Gris JSON Web Tokens.
JayDoubleuTee is a simple but powerful middleware for authorising endpoints in any ruby application. Uses dry-effects and jwt under the hood.
Retrieves JWT bearer token from Auth0 for authenticating and authorizing requests.
JWT authentication and authorization midleware with multi-tenant suport,\ company validation, and subdomain isolation.
Enables FastMcp RackTransport to authenticate users via JWT tokens passed through Authorization headers with configurable callbacks for token decoding and user lookup
This gem can be used to generate signed JWT bearer tokens from Google service account for making authorized service calls.
Simple token authentication and authorization solution for Rails with JWT.
A typical usecase of JWT tokens is when building an API. JWT tokens can be sent as authorization tokens in headers. The advantage of using JWT tokens is that they are signed with a secret, so the information inside them cannot be tampered. This makes them ideal for embeding both authentication and authorization information in one step (e.g. by "decoding" the token, one can get information about the user and the roles a user has in case of a role-based authorization). Also, the fact that expiration timestamps can be embedded in the data of the token and be handled automatically, can be used to easily build short-lived tokens, making an API more secure.
No description provided.
No description provided.