Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 654 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 654 Bytes

Release Notes

All important changes will be documented in this file.

v1.0.0 (2018-02-24)

  • Initial release

v1.0.1 (2018-02-25)

  • Use unsigned integer to user_id column (941ce78)
  • Added custom token generator (88f27c1)

v1.1.1 (2020-03-18)

  • Rewrote package as Liquidfish\ApiMultiToken
  • Added hashed security segment to the token
  • TokenGuard now extends Illuminate\Auth\TokenGuard (for more ways to pass the token)
  • Updated requirements to Laravel 6.0