Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

61 lines (48 loc) · 2.04 KB

Changelog

All notable changes to this package will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.5.0 - 2020-09-09

Changed

  • Added support for Laravel 8

1.4.0 - 2020-03-03

Changed

  • Added support for Laravel 7

1.3.0 - 2020-01-17

Added

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

1.2.0 - 2020-01-12

Added

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

1.1.2 - 2020-01-03

Fixed

  • Fix TTL parsing when generating token (#5)

Changed

  • Updated README to mention middleware required for JWT cookie

1.1.1 - 2019-12-14

Fixed

  • Added missing property for cookie jar on JWT guard
  • Added null check for user provider when instantiating guard
  • Updated docblocks for exceptions
  • Explicitly call toString() method on UUIDs

1.1.0 - 2019-12-14

Added

  • Added HTTP only cookie support
  • Added custom token generator support
  • Added custom token validator support

Fixed

  • Add validation for token expiry which was previously missing

1.0.0 - 2019-11-19

  • Initial release