You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/authentication
fit2bot 54751a715c
feat: 添加 飞书 (#6602)
3 years ago
..
api feat: 添加 飞书 (#6602) 3 years ago
backends feat: 添加 飞书 (#6602) 3 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication feat: 添加 飞书 (#6602) 3 years ago
urls feat: 添加 飞书 (#6602) 3 years ago
views feat: 添加 飞书 (#6602) 3 years ago
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py feat: 添加 飞书 (#6602) 3 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py fix: 修复登录页面的 i18n 问题 3 years ago
mixins.py fix: 用户无效时,企业微信&钉钉扫码 500 3 years ago
models.py fix: 修复用户登录复核工单org_id为ROOT 4 years ago
serializers.py perf: 修改支持客户端拉起 3 years ago
signals.py
signals_handlers.py fix: 修复MFA绑定失败的问题(通过修改session中auth_backend的key实现;django.auth.get_user时校验backends路径失败返回AnonymousUser) 4 years ago
tasks.py
tests.py
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 4 years ago