oidc-jwt-validator

Crates.iooidc-jwt-validator
lib.rsoidc-jwt-validator
version0.2.3
sourcesrc
created_at2022-11-27 23:16:49.258997
updated_at2024-03-07 15:51:28.452793
descriptionBatteries included validaton of Access Tokens from an OIDC Provider
homepage
repositoryhttps://github.com/MinisculeGirraffe/oidc_jwt_validator
max_upload_size
id723984
size79,110
(MinisculeGirraffe)

documentation

README

oidc-jwt-validator

oidc-jwt-validator is a highly efficient and easy-to-use library for validating JWT tokens. It's built with Rust, providing excellent performance and strong type safety. The library is designed to work with OpenID Connect (OIDC) and handles fetching and caching of JSON Web Key Sets (JWKS) from an OIDC issuer.

Features

  • JWT validation against JSON Web Key Sets
  • Automatic JWKS fetching from an OIDC issuer
  • Intelligent caching of JWKS
  • Support for cache-control directives for efficient JWKS management
  • Strong type safety with Rust
  • Fully asynchronous using Rust's async/await syntax
  • Designed for use in high load environments
  • Customizable token validation settings

Contribution

We welcome contributions to this project. Please feel free to open issues or submit pull requests.

License

This project is licensed under MIT License.

Commit count: 21

cargo fmt