# Functions

Forbidden401Handler 401处理器 判定为401时返回消息.
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
HasScope 检查是否包含了指定的scope.
JwtBasic 预处理jwt,解析后存入 UserInfoKey 和相应header 需要启动token验证器.
LoginRedirect 如果需要登录,跳转到登录界面 检查 UserInfoKey 是否存在,如果不存在,判定为未登录 redirect: 登录地址,需要全路径 需要启动token验证器.
SimpleJwtAuth 简单验证器 判定无权限后返回json类型message和http401.如有权限,将数据存入 UserInfoKey 和相应header 需要启动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
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithScope 设置本程序需要的scope, 一个程序选择一个scope.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author