# 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, ]