Skip to content

Releases: laravel/sanctum

v2.2.1

21 Apr 19:30
51e401e
Compare
Choose a tag to compare

Fixed

  • No need to specify a provider (#129)

v2.2.0

14 Apr 15:30
3615d39
Compare
Choose a tag to compare

Added

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

v2.1.2

14 Apr 15:26
f4248c8
Compare
Choose a tag to compare

Fixed

  • Enhance supportsTokens check (#123)

v2.1.1

07 Apr 14:56
db08870
Compare
Choose a tag to compare

Fixed

  • actingAs any ability (#120)

v2.1.0

24 Mar 16:01
f3d45b9
Compare
Choose a tag to compare

Added

  • Make the guard configurable (#110)

v2.0.0

20 Mar 19:49
32d5d78
Compare
Choose a tag to compare

Changed

  • Renamed package to Sanctum

v1.0.1

17 Mar 16:23
Compare
Choose a tag to compare

Fixed

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

v1.0.0

03 Mar 13:59
3eae16b
Compare
Choose a tag to compare

First stable release.

v0.2.1

12 Feb 13:59
af0a562
Compare
Choose a tag to compare

Changed

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

v0.2.0

28 Jan 21:04
f246dfa
Compare
Choose a tag to compare

Added

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

Changed

  • Modify PersonalAccessToken Model to be polymorphic (#49)