Skip to content

Releases: lcobucci/jwt

Version 2.1.0

07 Mar 07:29
Compare
Choose a tag to compare

New features:

  • RSA signers
  • ECDSA signers
  • Token::getClaim() method

Improved readme

1.0.1

07 Mar 07:30
Compare
Choose a tag to compare

Fixing some codign style

1.0.0: * JWT plain token creation

08 Mar 06:16
Compare
Choose a tag to compare

Implemented features

  • JWT plain token creation
  • JWS with HMAC-SHA256, HMAC-SHA384 and HMAC-SHA512 creation
  • Parsing JWT/JWS from strings