jwt authorizer
Use as jwt authorizer for api gateways on aws
JWT authorizer for use with slspress
Decorator-based routing for SST v3 with a single Lambda and Firebase JWT authorizer.
A flexible JWT Authorizer for Serverless functions
Auth0 JWT Authorizer for serverless framework and nodejs projects
This module is deprecated. All constructs are now available under aws-cdk-lib/aws-apigatewayv2-authorizers
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.
express jwt authorization middleware
Node gRPC bindings for the Aserto authorizer service
Aserto Node SDK
Calculate GitHub App bearer tokens for Node & modern browsers
Passport authentication strategy using JSON Web Tokens
TypeScript definitions for passport-jwt
Google API JWT authenticator
JWT utils for Fastify
Authorization with JWT
Add a lambda function to your aws-rest-api-gateway which can be used as a token authorizer
JWT authentication middleware.
Pusher plugin for batching auth requests in one HTTP call
Mock Pusher.js in your JavaScript tests with ease
Module to manage JWT claims-based authentication with permissions.
Topaz Node SDK
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.
Authorization of requests for microservices based on JWT
A simple concern in controller for jwt authorization
JWT-Based authentication and authorization with Zaikio.
JWT based authorization that includes current_user helper
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.
No description provided.
No description provided.