mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-17 07:58:52 +00:00
* [Update] 优化OpenID登录逻辑,配置文件添加禁用证书认证选项 * [Update] 优化OpenID细节 * [Update] 优化OpenID, 可配置是否启用共享Session选项 * [Update] 配置文件添加OpenID默认配置项
8 lines
123 B
Python
8 lines
123 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
|
|
from .backends import *
|
|
from .middleware import *
|
|
from .utils import *
|
|
from .decorator import *
|