Skip to main content

axum_security/oauth2/
providers.rs

1pub mod github {
2    pub const TOKEN_URL: &str = "https://github.com/login/oauth/access_token";
3    pub const AUTH_URL: &str = "https://github.com/login/oauth/authorize";
4}