Crates.io | openidconnect-lax |
lib.rs | openidconnect-lax |
version | 3.2.1 |
source | src |
created_at | 2023-06-26 13:55:38.660219 |
updated_at | 2023-06-26 13:55:38.660219 |
description | OpenID Connect library |
homepage | |
repository | https://github.com/ereOn/openidconnect-rs |
max_upload_size | |
id | 900343 |
size | 710,806 |
This version is a soft-fork of openidconnect-rs from David Ramos. It relaxes the backward-compatibility constraints with older Rust versions to ensure that the latest crates can always be used for projects that depend on those. As much as possible, this crate will try to remain close and up-to-date with the original one.
This library provides extensible, strongly-typed interfaces for the OpenID Connect protocol.
API documentation and examples are available on docs.rs.
The MSRV for 3.0.y to 3.1.y releases of this crate is Rust 1.57.
The MSRV for 2.x.y 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.
response_type=code
azp
claim (see discussion)This project is sponsored by Unflakable, a service for tracking and quarantining flaky tests.