rustauth-oauth 0.3.1

OAuth support for RustAuth.
Documentation
1
2
3
4
5
6
7
pub use super::introspection::{
    verify_access_token, VerifyAccessTokenOptions, VerifyAccessTokenRemote,
};
pub use super::jwks::{
    clear_jwks_cache, get_jwks, get_jwks_with_http, verify_jws_access_token, JwksVerifyOptions,
    OAuthJwksCacheConfig,
};