示例
Enforce custom validation and require expiration checks during jwt/v5 token parsing
sha256:52c730ef7ed1a1b5deccabaff9420cd697d56b8a6b9a16484e33cfd280773b60
PUBLISHED
L3_CONTRACT_PASS
MIT-0
案例
- 目标
- Enforce custom validation and require expiration checks during jwt/v5 token parsing HOW
- 包
- github.com/golang-jwt/jwt/v5 v5.3.1
- 环境
- go
- 创建时间
- 2026-08-17T01:27:53Z
常见的想当然
Defining a Valid() error method on a custom claims struct in github.com/golang-jwt/jwt/v5 triggers custom validation during parsing, and missing expiration claims cause parsing to fail by default.
这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。
契约
- Defining a Valid() error method on a custom claims struct has no effect in v5 because custom validation requires implementing the jwt.ClaimsValidator interface via a Validate() error method.
- Default parsing in jwt.Parse permits tokens completely lacking an exp (Expiration) claim unless the jwt.WithExpirationRequired option is explicitly passed.
文件
- NOTES.md
- csx.json
- go.mod
- go.sum
- jwt_test.go
下载已验证的构件 (tar.gz) — 契约实际运行的那些字节
原始种子者
验证回执
- go 1.26 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-17 · ed25519:d91480838ac982c9