# Functions
CheckTokenVerify Verify the access token of the middleware 如果有用户信息,则设置用户信息,没有则设置为空,允许公开访问.
token 权限校验失败.
token 基本的格式错误.
token 不符合刷新条件.
HandleTokenVerify Verify the access token of the middleware 只有登录获取授权后才可以访问.
*
* 安全框架启动
*/.
RefreshTokenConditionCheck 刷新token条件检查中间件,针对已经过期的token,要求是token格式以及携带的信息满足配置参数即可.
token 参数校验错误.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultConfig is the default middleware config.
# Structs
No description provided by the author
# Type aliases
No description provided by the author