rustauth-oauth 0.3.1

OAuth support for RustAuth.
Documentation
1
2
3
4
5
6
//! OAuth support for RustAuth.

pub mod oauth2;

/// Current crate version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");