//
pkg.gl
Category
github.com/techidea8/restgo
middleware
package
0.0.9
Repository:
https://github.com/techidea8/restgo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
116 SLOC
#
Functions
Cors
处理跨域请求,支持options访问.
CreateToken
创建token.
CurrentUserId
解析token.
JwtAuth
中间件.
ParseToken
解析token.
RefreshToken
校验token.
SetDefaultTokenStr
设置默认的token名称.
#
Variables
ErrorReason_ReLogin
No description provided by the author
ErrorReason_ServerBusy
No description provided by the author
ExpireTime
token有效期.
Secret
加盐.
#
Type aliases
Middleware
定义个中间件.