axum-security 0.0.2

A security toolbox for the Axum library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod google {
    pub const ISSUER_URL: &str = "https://accounts.google.com";
}

pub mod microsoft {
    pub const ISSUER_URL_COMMON: &str = "https://login.microsoftonline.com/common/v2.0";
}

pub mod apple {
    pub const ISSUER_URL: &str = "https://appleid.apple.com";
}