#openid-connect #oidc

authly-oidc

OpenID Connect (OIDC) implementation for the authly framework

1 unstable release

new 0.1.0 Jan 31, 2026

#2010 in Authentication


Used in authly-axum

MIT/Apache

28KB
375 lines

authly-oidc

OpenID Connect (OIDC) implementation for authly-rs.

This crate provides OIDC support for the authly framework, including discovery, JWKS handling, and ID token validation.

Features

  • OIDC Discovery.
  • JWKS (JSON Web Key Set) fetching and caching.
  • ID Token verification.

Usage

Add this to your Cargo.toml:

[dependencies]
authly-oidc = "0.1.0"

Part of authly-rs

This crate is part of the authly-rs workspace.

Dependencies

~9–24MB
~273K SLoC