Add authentication from upstream providers #107

Merged
pierre merged 25 commits from feat-upstream-providers into master 2023-04-27 10:10:29 +00:00
Showing only changes of commit 66ea004705 - Show all commits

View File

@ -66,7 +66,7 @@ pub async fn start_login(
log::debug!("Provider configuration: {:?}", config); log::debug!("Provider configuration: {:?}", config);
let url = config.auth_url(&provider, &state); 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
redirect_user(&url) redirect_user(&url)