fix user auth

This commit is contained in:
jxxghp
2023-06-10 21:28:59 +08:00
parent 04c22d112f
commit 313cfd0941
6 changed files with 90 additions and 1 deletions

View File

@ -27,6 +27,8 @@ class EventType(Enum):
class SystemConfigKey(Enum):
# 用户已安装的插件
UserInstalledPlugins = "UserInstalledPlugins"
# 用户认证参数
UserSiteAuthParams = "UserSiteAuthParams"
# 站点框架