Skip to content

Releases: webthinkgr/guzzle-jwt-middleware

v1.1.0

10 Jan 08:12
Compare
Choose a tag to compare

Added

  • Added a function setOffset to TimeoutFactory.

First stable release!!

05 Jan 20:34
Compare
Choose a tag to compare

Changed

  • Drop support for PHP 5. Minimum PHP version is PHP 7.1
    • Added strict types everywhere.
    • Added typehints
  • Made all classes final.
  • BadTokenRequestException is removed.
  • SymfonySessionStorage uses \Symfony\Component\HttpFoundation\Session\SessionInterface instead of \Symfony\Component\HttpFoundation\Session\Session
  • TokenFactory will use default Base64Encoder

v0.4.0

26 Jun 18:31
Compare
Choose a tag to compare

Changed

  • Change the minimum required version of guzzle from ^6.2 to 6.*
  • Fixed the alias version in composer.

v0.3.0

15 Sep 10:12
Compare
Choose a tag to compare

Bug

  • Function that was calculating the timeout token if it was valid was wrong.

Tag v0.2.0

15 Sep 06:06
Compare
Choose a tag to compare

Changed

  • BC CHANGE Renamed the TokenRequestException to BadTokenRequestException and made it extend RequestException and not BadResponseException. Bad Response exception is reserved by Guzzle for 4xx and 5xx code and not if the server returned 2xx but the token was invalid.

First version

02 Aug 20:08
Compare
Choose a tag to compare

Added

  • Created the initial functionality.