Skip to content

JWT Package v1.0.0

Latest

Choose a tag to compare

@krajcik krajcik released this 15 Jun 14:35

πŸŽ‰ 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+