Add authentication from upstream providers #107
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user