#jwks #actix #jwt #decode #client #request #jwks-client

actix-jwks

Decode jwt with jwks from actix request

5 releases

1.1.0 Jun 19, 2022
1.0.6 Apr 18, 2022
0.2.1 Apr 14, 2023
0.1.2 Feb 6, 2023
0.1.0 Jun 19, 2022

#972 in HTTP server

35 downloads per month

Apache-2.0

27KB
652 lines

Simple Jwks client for actix

Getting starting

use actix_jwks::JwksClient;

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

Dependencies

~23–39MB
~776K SLoC