Add authentication from upstream providers #107
Cargo.lockCargo.toml
assets/img/brands
src
actors
constants.rscontrollers
data
action_logger.rsapp_config.rsjwt_signer.rsmod.rsprovider.rsprovider_configuration.rsuser.rsusers_file_entity.rs
main.rstemplates
@ -66,7 +66,7 @@ pub async fn start_login(
|
||||
log::debug!("Provider configuration: {:?}", config);
|
||||
|
||||
let url = config.auth_url(&provider, &state);
|
||||
log::debug!("Redirect user on {url} for authorization",);
|
||||
log::debug!("Redirect user on {url} for authentication",);
|
||||
|
||||
// Redirect user
|
||||
redirect_user(&url)
|
||||
|
Reference in New Issue
Block a user