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 0aa2c2016f
perf(project): 优化命名的风格 (#5693)
4 years ago
..
api perf(project): 优化命名的风格 (#5693) 4 years ago
backends feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
migrations feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
templates/authentication feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389) 4 years ago
urls feat: 为rdp 添加一个api 4 years ago
views feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
__init__.py [Update] 支持 OpenID 认证 (#2008) 6 years ago
admin.py [Update] 支持 OpenID 认证 (#2008) 6 years ago
apps.py [Update] 支持 OpenID 认证 (#2008) 6 years ago
const.py refactor(authentication): 密码解密抽取成方法 4 years ago
errors.py feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 4 years ago
forms.py fix: 修复由于更新django captch版本引起的css丢失问题 (#5204) 4 years ago
mixins.py feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
models.py fix: 修复工单翻译和登录确认工单开启问题 4 years ago
serializers.py feat: 添加下载rdp文件的api (#5637) 4 years ago
signals.py [Update] 修改authentication目录结构 6 years ago
signals_handlers.py feat: 添加限制用户只能从source登录的功能 (#5592) 4 years ago
tasks.py [Update] 基本完成登录逻辑 5 years ago
tests.py feat(login password ecrypt): 登录密码加密传输 4 4 years ago
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 4 years ago