Files
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

14 lines
272 B
Python

from .base import *
from .cas import *
from .dingtalk import *
from .feishu import *
from .ldap import *
from .oauth2 import *
from .oidc import *
from .passkey import *
from .radius import *
from .saml2 import *
from .sms import *
from .sso import *
from .wecom import *