Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 708 Bytes

File metadata and controls

20 lines (14 loc) · 708 Bytes

Claims documentation

Type-safe JWT claims and immutable Principal identities for Go, with HMAC and RSA support via jwtkit.

Module: github.com/fgrzl/claims

Start here

Document Description
Overview Claim, ClaimSet, Principal model
Getting started Build claims, sign and validate JWTs
API reference Types, methods, and snippets
JWT integration jwtkit signers and validators

Related