jwks
There are 84 repositories under jwks topic.
panva/jose
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
MicahParks/keyfunc
Create a jwt.Keyfunc for JWT parsing with a JWK Set or given cryptographic keys (like HMAC) in Golang.
NetDevPack/Security.Jwt
Jwt Manager. Set of components to deal with Jwt Stuff. Automate your key rotating, add support for jwks_uri. Store your cryptography keys in a secure place.
DontPanicO/jwtXploiter
A tool to test security of json web token
FusionAuth/fusionauth-jwt
A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.
babelouest/rhonabwy
[PROJECT CLOSED] - Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT
s12v/go-jwks
A Go library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint
MicahParks/jwkset
A JWK and JWK Set implementation. An auto-caching JWK Set HTTP client is provided. Generate, validate, and inspect JWKs. Self-host this project's website: https://jwkset.com
joken-elixir/joken_jwks
A Joken 2 hook for fetching the signer from a public JWKS url
rakutentech/jwkgen
Small command-line tool that generates asymmetric JSON Web Keys for the following algorithms and curves
RobertoPrevato/PythonJWTDemo
Demo for using Python to validate JWTs
ionutbalosin/java-application-security-practices
Application security best practices and code implementations for Java developers. This project is intended for didactic purposes only, supporting my training course.
maximivanov/cognito-jwt-verifier
Verify ID and access JWT tokens from AWS Cognito in your node/Lambda backend with minimal dependencies.
anthonyg-1/PSJsonWebToken
A PowerShell module that contains functions to create, validate, and test JSON Web Tokens (JWT) as well as the creation of JSON Web Keys (JWK).
svrakitin/terraform-provider-hydra
Terraform provider for ory/hydra
Strobotti/php-jwk
A small PHP library to handle JWK (Json Web Key)
tazjin/alcoholic_jwt
Rust library for validation of RS256 JWTs. Source has moved to https://git.tazj.in/tree/net/alcoholic_jwt
acronis/go-authkit
Toolkit for authentication and authorization in Go services
365Werk/jwtauthroles
Made to use JWTs from an external identity provider in Laravel. Tested with Fusionauth, but should be quite general purpose.
openstandia/jwk-keygen
JWK Key Generator
AddaMeSPB/AddaAPIGateway
Microservices with Vapor 4
ioxiocom/pyjwt-key-fetcher
Async library to fetch JWKs for JWT tokens
masonkmeyer/aws-typescript-auth0-custom-authorizer
An example customer authorizer for the serverless framework (written in typescript).
nearform/fastify-jwt-jwks
JSON Web Key Set (JWKS) verification plugin for Fastify
OSSMafia/fastapi-clerk-middleware
FastAPI Auth Middleware for Clerk (https://clerk.com)
vitorbari/jwks-merge
jwks-merge can merge multiple JSON Web Key Set (JWKS) files into a single JWKS
cdriehuys/axum-jwks
Use a JSON Web Key Set (JWKS) to verify JWTs in Axum
ldclakmal/ballerina-security
The one-stop place to learn/experience the examples, use-cases, demonstrations, and resources related to microservices security patterns with Ballerina, which is an open-source programming language for the cloud that makes it easier to use, combine, and create network services.
articulate/authentic
Proper validation of JWT's against JWK's
NewbMiao/keycloak-authN-demo
live demo of Keycloak authentication
gilbsgilbs/jwit
JWIT makes it easy to work with JWKS and asymmetric JWTs in your apps.
data-fair/simple-directory
Manage users and organizations. Provides authentication with JWTs.
infamousjoeg/jwt-service
A Golang application that serves an HTTP endpoint for generating JSON Web Tokens (JWTs).
jpalumickas/auth0-verifier
Auth0 Token Verifier
v4lproik/simple-blockchain-quickstart
This is an experimental repository which aims at shipping a decent POW blockchain skeleton for anyone who wants to get into the blockchain world via the Golang programming language