Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 882 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 882 Bytes

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.