bearerjwt

command
v0.32.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL