Can force 2FA authent

This commit is contained in:
2024-03-26 21:07:29 +01:00
parent 4bb515366d
commit dfb277d636
8 changed files with 63 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ pub mod client;
pub mod code_challenge;
pub mod current_user;
pub mod entity_manager;
pub mod force_2fa_auth;
pub mod id_token;
pub mod jwt_signer;
pub mod login_redirect;