UnisKB/apps/maxkb/settings/auth.py

14 lines
229 B
Python
Raw Normal View History

2025-04-14 12:11:23 +00:00
# coding=utf-8
"""
@project: MaxKB
@Author虎虎
@file auth.py
@date2024/7/9 18:47
@desc:
"""
USER_TOKEN_AUTH = 'common.auth.handle.impl.user_token.UserToken'
AUTH_HANDLES = [
USER_TOKEN_AUTH,
]