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

#1056 in HTTP server

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–38MB
~766K SLoC