Refactor login flow

This commit is contained in:
2022-04-19 17:49:57 +02:00
parent 78d70af510
commit 5903ec2e8c
6 changed files with 117 additions and 76 deletions

View File

@@ -11,4 +11,5 @@ pub mod id_token;
pub mod code_challenge;
pub mod open_id_user_info;
pub mod access_token;
pub mod totp_key;
pub mod totp_key;
pub mod login_redirect_query;