Skip to content

Latest commit

 

History

History
130 lines (67 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

130 lines (67 loc) · 4.39 KB

Release Notes

Changed

  • Shorten tokens (#186)

Added

  • Laravel 8 support (#184)

Fixed

  • Use the correct Str::endsWith parameter order (#163)

Fixed

Added

  • Added Multiple Provider Support (#149)

Fixed

  • Fixed Host Problem (#155)

Fixed

  • EncryptCookies middleware option in config/sanctum.php (#147)

Added

  • Add routes config option (6cf798f)

Fixed

  • 419 Exception with requests without referrer (#139)

Changed

  • More performant tokens lookup (#136)

Fixed

  • No need to specify a provider (#129)

Added

  • Allow customizing the query used to get the token (#124)

Fixed

  • Enhance supportsTokens check (#123)

Fixed

  • actingAs any ability (#120)

Added

  • Make the guard configurable (#110)

Changed

  • Renamed package to Sanctum

Fixed

  • Allow localhost ip access by default (#81)
  • Update minimum Laravel version to ^6.9 (#89)
  • Fix wildcard matching (d8de232, 9a66e76)

First stable release.

Changed

  • Allow .env configuration of stateful domains (#70)

Added

  • Added user mocking using actingAs (#51)
  • Add a CSRF middleware config variable (#54, 4f77acd, 7df454d)

Changed

  • Modify PersonalAccessToken Model to be polymorphic (#49)

v0.1.0 (2020-01-20)

Initial commit.