jumpserver/apps/authentication/api/__init__.py
fit2bot 72b215ed03
feat: 支持 passkey 登录 (#11519)
* perf: 基本完成功能

* perf: 优化 passkey

* perf: 优化 passkey

* perf: 完成 passkey

---------

Co-authored-by: ibuler <ibuler@qq.com>
2023-09-11 18:15:03 +08:00

16 lines
313 B
Python

# -*- coding: utf-8 -*-
#
from .access_key import *
from .confirm import *
from .connection_token import *
from .dingtalk import *
from .feishu import *
from .login_confirm import *
from .mfa import *
from .password import *
from .sso import *
from .temp_token import *
from .token import *
from .wecom import *