jumpserver/apps/authentication
fit2bot 763e67bd1d
perf: Integrate authentication to update user attribute logic (#14979)
2025-03-07 16:25:28 +08:00
..
api 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
backends perf: Integrate authentication to update user attribute logic (#14979) 2025-03-07 16:25:28 +08:00
confirm perf: Update confirmation backend definitions to use ConfirmType 2025-02-25 10:53:19 +08:00
errors perf: modify user login ACL msg 2024-07-01 19:30:42 +08:00
mfa 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
migrations fix: migrations files modify 2025-02-24 11:26:20 +08:00
models merge: with pam (#14911) 2025-02-21 16:39:57 +08:00
serializers feat: face online 2024-12-12 18:31:21 +08:00
templates/authentication merge: with pam (#14911) 2025-02-21 16:39:57 +08:00
tests
urls merge: with pam (#14911) 2025-02-21 16:39:57 +08:00
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 perf: Update confirmation backend definitions to use ConfirmType 2025-02-25 10:53:19 +08:00
filters.py
forms.py perf: translate some word 2024-06-26 19:29:56 +08:00
middleware.py fix: fix openid user can't login with face verify 2024-12-19 10:56:44 +08:00
mixins.py fix: radius user auth skip backend 2025-01-13 15:49:23 +08:00
notifications.py
permissions.py
signal_handlers.py perf: ansible version and set user lang 2024-06-28 18:59:44 +08:00
signals.py
tasks.py perf: Postgresql add ssl mode 2024-09-13 17:49:14 +08:00
tests.py perf: Login encryption key cache added 2024-09-26 15:11:35 +08:00
utils.py