oauth2-passkey 0.6.1

OAuth2 and Passkey authentication library for Rust web applications
Documentation
1
2
3
4
5
6
mod config;
mod memory;
mod redis;
mod types;

pub use config::GENERIC_CACHE_STORE;