23 packages tagged with “jwks”
A .NET library that simplifies consuming JSON Web Key Sets (JWKS) from external URIs to validate JWT tokens using asymmetric keys. Reduces the complexity of handling remote key rotation.
Component to manage your JWK and protect your JWT Signing
ASP.NET Core integration package to expose a JWKS (JWK Set) public endpoint and manage JWK generation with automatic key rotation for JWT signing (RSA, ECDSA, HMAC). Suitable for OAuth2 / OpenID Connect scenarios.
Entity Framework Core storage provider for JWK/JWKS. Persist signing keys in a database and support automatic key rotation scenarios for JWT signing (RSA, ECDSA, HMAC).
A .NET library that reduces friction when using JWT in your applications by handling signing credentials with automatic key rotation and JWK/JWKS management (RSA, ECDSA, HMAC) — without requiring you to implement an OAuth2 server.
Store you JWK at database with EntityFrameworkCore
Component to manage your JWKS. Auto generate and manage your JWK
Component to manage your IdentityServer4 jwks_uri. Auto generate and manage your JWK
File system storage provider for JWK/JWKS. Persist signing keys locally and support automatic key rotation scenarios for JWT signing (RSA, ECDSA, HMAC).
Integration package for IdentityServer4 to manage JWK/JWKS with automatic key rotation (RSA, ECDSA, HMAC).
Add a lambda function to your aws-rest-api-gateway which can be used as a token authorizer (Stability: Experimental)
ServiceStack.JWKS is a plugin to consume or expose a JSON Web Key Set data structure when using JWT tokens.
Store you JWK at filesystem
JWKS key fetching with in-memory caching for JWT validation.
Client configuration helpers for integrating with the MrWhoOidc authorization server.
Official .NET SDK for Guardhouse Cloud. Provides client credentials flow, JWT signature validation (RFC 7515), and token introspection (RFC 7662). Includes JWKS caching with lazy refresh, configurable validation rules, and HTTP resilience with Polly. Supports .NET 6.0 through .NET 10.0.
JWT Authentication package with asymmetric ES256 keys, automatic key rotation, and JWKS endpoint support. Provides secure token generation with ECDSA algorithm, Entity Framework Core persistence, and automatic key rotation every 90 days.
Security utilities for Offlineer including JWKS and JWT validation support
JWT Token Validator and Claims Extractor for POC.Identity. Validates JWT tokens (ES256) using JWKS endpoint, extracts user information, permissions, and roles. Designed to work seamlessly with POC.Identity.Security.JWT package. Perfect for client applications consuming the POC.Identity API.