jumpserver/apps/authentication
2025-07-16 19:21:53 +08:00
..
api feat: support rbac SSO token 2025-07-16 19:21:53 +08:00
backends perf: Oauth2.0 support two methods for passing authentication credentials. 2024-12-19 14:27:29 +08:00
confirm
errors fix: 支持 SSO 用户登录时校验 (#12923) 2024-04-07 14:57:38 +08:00
mfa
migrations
models fix: v3 apps/authentication migrations won't be applied 2024-08-20 19:05:43 +08:00
serializers perf: 发布机支持平台连接参数 2024-04-22 16:40:41 +08:00
templates/authentication perf: Update jsencrypt library version 2025-06-09 18:42:44 +08:00
tests
urls feat: 拆分 feishu lark 2024-03-26 17:10:25 +08:00
views fix: call get_verify_state_failed_response NotImplementedError 2024-08-15 20:18:34 +08:00
__init__.py
admin.py
apps.py
const.py
filters.py
forms.py perf: 登录界面文案优化 (#12849) 2024-03-21 16:21:44 +08:00
middleware.py perf: Login encryption key cache added 2024-09-26 15:11:56 +08:00
mixins.py fix: Password reset is only required for AUTH_BACKEND_MODEL 2024-10-23 11:04:15 +08:00
notifications.py
permissions.py
signal_handlers.py fix: 解决获取用户登录后端的session_key有两种的问题 2024-06-13 17:49:56 +08:00
signals.py
tasks.py
tests.py perf: Login encryption key cache added 2024-09-26 15:11:56 +08:00
utils.py