Skip to content

Releases: krajcik/go-jwt

JWT Package v1.0.0

15 Jun 14:35

Choose a tag to compare

🎉 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+