jumpserver/apps/authentication
Halo 514b2cdfc5
feat: Email as a method for multi-factor authentication (#15134)
* feat: Email as a method for multi-factor authentication

* perf: Optimize the MFA email sending logic

* perf: Optimize some parameters

* perf: Translate
2025-03-27 17:26:38 +08:00
..
api
backends
confirm
errors
mfa feat: Email as a method for multi-factor authentication (#15134) 2025-03-27 17:26:38 +08:00
migrations fix: migrations files modify 2025-02-24 11:26:20 +08:00
models
serializers
templates/authentication feat: Email as a method for multi-factor authentication (#15134) 2025-03-27 17:26:38 +08:00
tests perf: 优化用户 access key 的使用和创建 (#11776) 2023-10-10 04:52:52 -05:00
urls
views fix: Add redirect_url check in base view 2025-01-14 11:54:17 +08:00
__init__.py
admin.py
apps.py
const.py
filters.py
forms.py
middleware.py
mixins.py
notifications.py
permissions.py
signal_handlers.py
signals.py
tasks.py
tests.py
utils.py