| Crates.io | avant_jwks |
| lib.rs | avant_jwks |
| version | 0.2.2 |
| created_at | 2022-12-22 14:33:37.637596+00 |
| updated_at | 2023-07-29 11:21:56.057633+00 |
| description | JWKS + Redis |
| homepage | https://github.com/avantstay/avant-jwks |
| repository | https://github.com/avantstay/avant-jwks |
| max_upload_size | |
| id | 743923 |
| size | 31,945 |
JWKS-Client is a library written in Rust to decode and validate JWT tokens using a JSON Web Key Store. It supports caching of JWKS in Redis.
Available on crates.io.
Transfer header and payload in user-defined struct.
Accessor for standard header and payload fields
JWKS-Client was create specifically to decode GCP JWT.
v0.2.2: derive Clone for KeyStore