package
2.0.2
Repository: https://github.com/golang-tools/jwthelper.git
Documentation: pkg.go.dev

# Functions

WithAUDMustHas 校验token的aud中必须包含指定所有值.
WithAUDMustHasAny 校验token的aud中必须包含指定值范围内的至少一个值.
WithAUDMustNotHas 校验token的aud中必须不包含指定值范围内的所有值.
WithIssMustIn 校验token的iss必须在指定范围内.
WithNotCheckRefreshTokenAUD 设置不校验RefreshToken中的AUD必须和对应AccessToken的一致.
WithNotCheckRefreshTokenJTI 设置不校验RefreshToken中的JTI必须和对应AccessToken的一致.
WithSUBMustBe 校验用户是否与给定值匹配.

# Structs

VerifyOptions 校验函数参数.