Skip to content

0.1.0

Choose a tag to compare

@chr15k chr15k released this 15 Jun 02:30
· 20 commits to main since this release

[v0.1.0] - 2025-06-13

Added

  • Initial release of the HTTP Auth Generator library
  • Fluent API for generating authentication tokens
  • Support for Basic Authentication tokens
  • Support for Bearer tokens with customizable length and prefix
  • Support for JWT (JSON Web Tokens) with extensive claim and header options
  • Support for multiple JWT signing algorithms (HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES256K, EdDSA)
  • Helper methods for formatting tokens for HTTP headers: toString(), toArray(), and toHeader()
  • Comprehensive documentation in README, API cheatsheet, and user guide
  • Integration examples for popular HTTP clients (Guzzle, Symfony HTTP, Laravel HTTP)
  • Extensive test suite with high code coverage