Skip to content

Releases: sprocketbox/laravel-jwt

1.5.0 - 2020-09-09

09 Sep 16:22
Compare
Choose a tag to compare

Changed

  • Added support for Laravel 8

v1.4.0 - 2020-03-03

03 Mar 10:32
Compare
Choose a tag to compare

1.4.0 - 2020-03-03

Changed

  • Added support for Laravel 7

v1.3.0 - 2020-01-17

17 Jan 18:31
Compare
Choose a tag to compare

1.2.0 - 2020-01-12

Added

  • Added the JWTGuard::setTokenSigner() method to allow for the customisation of token signing

v1.2.0 - 2020-01-12

12 Jan 18:21
Compare
Choose a tag to compare

1.2.0 - 2020-01-12

Added

  • Added the jwt:generate command to generate keys for signing JWTs (#7)

v1.1.2 - 2020-01-03

03 Jan 13:57
Compare
Choose a tag to compare

v1.1.2 - 2020-01-03

Fixed

  • Fix TTL parsing when generating token (#5)

Changed

  • Updated README to mention middleware required for JWT cookie

v1.1.1

14 Dec 01:30
Compare
Choose a tag to compare
Minor adjustments, fixes and tidying up of code

v1.1.0

14 Dec 00:52
Compare
Choose a tag to compare
Merge branch 'release/v1.1.0'

v1.0 Initial release

19 Nov 00:16
Compare
Choose a tag to compare

Initial release of the first basic version of the package.