package
0.0.0-20220116122048-11946d18ff71
Repository: https://github.com/codycoding/goduck.git
Documentation: pkg.go.dev
# Functions
CasbinHandler @Description: API访问权限Casbin鉴权 @return gin.HandlerFunc
.
CompareRedisToken 当前Token与Redis记录Token匹配.
Cors @Description: 处理跨域请求 @return gin.HandlerFunc
.
CreateToken 根据用户信息生成Token.
GetTokenRedisKey 获取token缓存Key.
JwtAuth JWT鉴权中间件.
No description provided by the author
ParseToken token解析方法,返回含有用户信息的数据结构.
# Constants
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
# Structs
CustomClaims @Description: 自定义Token内容结构
.
OperationRecordData @Description: 数据记录结构
.
UserInfo @Description: 用户登录信息
.
UserToRoles 临时角色-用户对应表.