# Packages

No description provided by the author

# Functions

New jwt 验证 jwt 使用 zerojwt.NewJWT() 创建 onToken 获取 jwt token,默认从 header 中获取 onFailed 失败时的回调,有默认的回调.
OnFailed 失败时的回调.
TokenFromCookie 从 Cookie 获取 jwt token 值.
TokenFromHeader 从 Header 获取 jwt token 值.
TokenFromParam 从请求参数中获取 jwt token 值.

# Type aliases

FailedHandler 检查失败时的回调.
TokenHandler 获取 jwt token 值.