π Initial Release
High-performance JWT implementation for Go with type-safe custom claims.
β¨ Features
- π§ Custom Claims: Type-safe custom claims with Go generics
- π Multiple Algorithms: HMAC, RSA, ECDSA, EdDSA support
- π Verification-only Mode: Perfect for microservices
- π High Performance: Buffer pooling and optimized parsing
- π‘οΈ Security First: Built-in validation and expiration checking
- π§΅ Thread Safe: Concurrent operations supported
π¦ Installation
go get github.com/krajcik/go-jwt@v1.0.0
π Quick Start
See README.md for examples and documentation.
π§ͺ Test Coverage
- Comprehensive test suite with 95%+ coverage
- Compatible with Go 1.23+