Releases: laravel/passport
Releases · laravel/passport
v11.10.0
- [11.x] Named static methods for middleware by @michaelnabil230 in #1695
- Simplify Conditional Statement by @michaelnabil230 in #1696
v11.9.2
- Add return to revokeRefreshTokensByAccessTokenId method by @aminkhoshzahmat in #1693
v11.9.1
v11.9.0
v11.8.8
v11.8.7
- Revert "[11.x] Add Provider Guard to ClientRepository for Personal Access Clients" by @driesvints in #1658
v11.8.6
- Add Provider Guard to ClientRepository for Personal Access Clients by @michaelnabil230 in #1655
v11.8.5
- Allow
lcobucci/jwtv5 and cleaned up version constraints by @GrahamCampbell in #1649 - Pass user identifier through to finalize scopes in personal access grant by @GrahamCampbell in #1650
v11.8.4
- Removed deprecated
datesproperty fromRefreshTokenmodel by @siarheipashkevich in #1645 - Removed deprecated
datesproperty fromAuthCodemodel by @siarheipashkevich in #1644 - Fix doc block types by @hafezdivandari in #1647
v11.8.3
- Allow overriding the
AccessTokenclass by @hafezdivandari in #1638 - Make
$userIdnullable inClientRepository->createPersonalAccessClientby @bram-pkg in #1642