openidconnect

Crates.ioopenidconnect
lib.rsopenidconnect
version4.0.0-rc.1
sourcesrc
created_at2018-03-31 22:10:43.410365
updated_at2024-09-17 03:29:14.464621
descriptionOpenID Connect library
homepage
repositoryhttps://github.com/ramosbugs/openidconnect-rs
max_upload_size
id58379
size838,859
David Ramos (ramosbugs)

documentation

README

OpenID Connect Library for Rust

crates.io docs.rs Build Status codecov

This library provides extensible, strongly-typed interfaces for the OpenID Connect protocol, which can be used to authenticate users via Google, GitLab, Microsoft, and many other providers.

API documentation and examples are available on docs.rs.

Minimum Supported Rust Version (MSRV)

The MSRV for 3.3 and newer releases of this crate is Rust 1.65.

The MSRV for 3.0 to 3.2 releases of this crate is Rust 1.57.

The MSRV for 2.x releases of this crate is Rust 1.45.

Since the 3.0.0 release, this crate maintains a policy of supporting Rust releases going back at least 6 months. Changes that break compatibility with Rust releases older than 6 months will no longer be considered SemVer breaking changes and will not result in a new major version number for this crate. MSRV changes will coincide with minor version updates and will not happen in patch releases.

Standards

Commit count: 349

cargo fmt