#jwk #actix-web #axum #jwks-client

twa-jwks

Library to validate JWT tokens using JSON Web Key Set (JWKS)

27 stable releases

1.2.17 May 2, 2024
1.2.15 Feb 27, 2024
1.2.9 Dec 25, 2023
1.2.6 Nov 27, 2023
1.1.2 May 29, 2023

#275 in HTTP server

Download history 77/week @ 2024-12-08 8/week @ 2025-02-09 3/week @ 2025-02-16

2,127 downloads per month

Apache-2.0

29KB
708 lines

Simple Jwks client for actix

Getting starting

use twa_jwks::JwksClient;

let jwks_client = JwksClient::new("http://127.0.0.1:4456/.well-known/jwks.json");

Dependencies

~13–26MB
~469K SLoC