Releases: ADmad/cakephp-jwt-auth
Releases · ADmad/cakephp-jwt-auth
2.4.0
Add support to cookies #69
2.3.2
- Fix getting token from request query string. #66
2.3.1
- Fix default exception class selection. #65
2.2.0
- Update firebase/php-jwt to 5.0
2.1.0
- 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
#47 Fix error when "parameter" option is disabled and authorization header not set
2.0.2
- Fix typo in readme code example.
- Bump php-jwt version.
2.0.1
- Allow specifying custom key (instead of default security salt) for decoding JWT