- Shorten tokens (#186)
- Laravel 8 support (#184)
- Use the correct
Str::endsWith
parameter order (#163)
- Added Multiple Provider Support (#149)
- Fixed Host Problem (#155)
- EncryptCookies middleware option in config/sanctum.php (#147)
- Add routes config option (6cf798f)
- 419 Exception with requests without referrer (#139)
- More performant tokens lookup (#136)
- No need to specify a provider (#129)
- Allow customizing the query used to get the token (#124)
- Enhance supportsTokens check (#123)
actingAs
any ability (#120)
- Make the guard configurable (#110)
- Renamed package to Sanctum
- Allow localhost ip access by default (#81)
- Update minimum Laravel version to ^6.9 (#89)
- Fix wildcard matching (d8de232, 9a66e76)
First stable release.
- Allow .env configuration of stateful domains (#70)
- Added user mocking using actingAs (#51)
- Add a CSRF middleware config variable (#54, 4f77acd, 7df454d)
- Modify PersonalAccessToken Model to be polymorphic (#49)
Initial commit.