oauth2

Crates.iooauth2
lib.rsoauth2
version5.0.0-alpha.4
sourcesrc
created_at2014-12-16 19:55:49.350269
updated_at2024-04-12 01:11:32.019669
descriptionAn extensible, strongly-typed implementation of OAuth2
homepage
repositoryhttps://github.com/ramosbugs/oauth2-rs
max_upload_size
id575
size484,921
Alex Crichton (alexcrichton)

documentation

README

OAuth2

Build Status

An extensible, strongly-typed implementation of OAuth2 (RFC 6749).

Documentation is available on docs.rs. Release notes are available on GitHub.

For authentication (e.g., single sign-on or social login) purposes, consider using the openidconnect crate, which is built on top of this one.

Minimum Supported Rust Version (MSRV)

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

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

Beginning with the 5.0.0 release, this crate will maintain 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.

Sponsorship

This project is sponsored by Unflakable, a service for tracking and quarantining flaky tests.

Commit count: 360

cargo fmt