Skip to content

Releases: aliirfaan/laravel-simple-jwt

3.0.0

16 Feb 10:09
Compare
Choose a tag to compare

3.0.0 - 2021-02-16

Added

  • Nothing

Changed

  • processRefreshToken function - change return array by removing keys to simplify output

Deprecated

  • Nothing

Removed

  • nothing

Fixed

  • Nothing

2.0.0

16 Feb 09:16
Compare
Choose a tag to compare

2.0.0 - 2021-02-16

Added

  • Nothing

Changed

  • verifyJwtToken function - change argument order, now accepts null token
  • processRefreshToken function - change argument order, now accepts null token

Deprecated

  • Nothing

Removed

  • nothing

Fixed