mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
14 lines
229 B
Python
14 lines
229 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎虎
|
||
@file: auth.py
|
||
@date:2024/7/9 18:47
|
||
@desc:
|
||
"""
|
||
USER_TOKEN_AUTH = 'common.auth.handle.impl.user_token.UserToken'
|
||
|
||
AUTH_HANDLES = [
|
||
USER_TOKEN_AUTH,
|
||
]
|