Skip to content

Releases: ADmad/cakephp-jwt-auth

3.0.0

21 Feb 08:57
4e86ca3

Choose a tag to compare

  • CakePHP 4 support

2.4.0

21 Feb 08:54
1b600be

Choose a tag to compare

Add support to cookies #69

2.3.2

20 Apr 08:06

Choose a tag to compare

  • Fix getting token from request query string. #66

2.3.1

19 Apr 19:55
545091a

Choose a tag to compare

  • Fix default exception class selection. #65

2.3.0

18 Apr 07:58
928d80e

Choose a tag to compare

  • Update CakePHP to 3.5+

2.2.0

01 Aug 13:16

Choose a tag to compare

  • Update firebase/php-jwt to 5.0

2.1.0

31 May 18:07

Choose a tag to compare

  • Check if the Authorization header prefix fits the expected value, don't try to decode wrong data. (#43, #53)
  • Ensure user provided allowed algorithms list overwrites default value instead of merging (#52)

2.0.3

07 Jan 14:21

Choose a tag to compare

#47 Fix error when "parameter" option is disabled and authorization header not set

2.0.2

17 Nov 07:08

Choose a tag to compare

  • Fix typo in readme code example.
  • Bump php-jwt version.

2.0.1

26 Apr 13:27

Choose a tag to compare

  • Allow specifying custom key (instead of default security salt) for decoding JWT