jumpserver/apps/authentication/mfa
2025-05-07 16:24:39 +08:00
..
__init__.py feat: Email as a method for multi-factor authentication (#15134) 2025-03-27 17:26:38 +08:00
base.py perf: passkey auth auto mfa 2025-05-07 16:24:39 +08:00
custom.py perf: During MFA authentication, if the current code has been used and successfully authenticated, it cannot be used again for authentication 2025-02-27 15:35:56 +08:00
email.py fix: Optimize UserConfirmDialog to send code via email (#15164) 2025-04-08 15:50:15 +08:00
face.py perf: passkey auth auto mfa 2025-05-07 16:24:39 +08:00
otp.py perf: passkey auth auto mfa 2025-05-07 16:24:39 +08:00
passkey.py perf: passkey auth auto mfa 2025-05-07 16:24:39 +08:00
radius.py perf: During MFA authentication, if the current code has been used and successfully authenticated, it cannot be used again for authentication 2025-02-27 15:35:56 +08:00
sms.py perf: During MFA authentication, if the current code has been used and successfully authenticated, it cannot be used again for authentication 2025-02-27 15:35:56 +08:00