Documentation
¶
Overview ¶
Command bearerjwt backs the snippets on the doc-site "Bearer + JWT" recipe page (usage/examples/auth/bearer-jwt.md).
The wiring below shows how to register a Bearer authenticator on an untyped API and intersect the JWT's claimed roles with the operation's required scopes. JWT parsing is stubbed (`parseJWT`) so the example does not pull a specific JWT library into the doc-examples module; swap it for `jwt.ParseWithClaims` from `github.com/golang-jwt/jwt/v5` (or any other parser) in your own code.
`go run .` exercises the demo wiring against a no-op spec.
Click to show internal directories.
Click to hide internal directories.