Releases: laravel/passport
Releases · laravel/passport
v8.4.2
Fixed
mergeConfigFrom
already checked if app is running with config cached (#1205)
v8.4.1
Fixed
- Forget session keys on invalid match (#1192)
- Update dependencies for PSR request (#1201)
v8.4.0
Changed
- Implement auth token for access requests (#1188)
Fixed
- Revoke refresh tokens when auth tokens get revoked (#1186)
v8.3.0
Added
- Add a Passport Client factory to Passport publishing (#1171)
Changed
- Use bigIncrements and indexes on relationships (#1169, 140a693)
v8.2.0
Added
- Update ClientCommand to support public clients (#1151)
- Purge Command for revoked and/or expired tokens and auth codes (#1159, 6c1ea42)
Changed
- Replace deprecated package and namespaces (#1158)
v8.1.0
Added
- Allow access to HTTP response status code on OAuthServerException (#1148)
- Modify UserRepository to check for 'findAndValidateForPassport' method (#1144)
v8.0.2
Changed
- Add abstract CheckCredentials middleware and allows to create (#1127)
v8.0.1
Fixed
- Fix
actingAsClient
testing method (#1119)
v8.0.0
Added
- Add ability to customize the
RefreshToken
(#966)
- Add support for "public" clients (#1065)
Changed
- Rework HandlesOAuthErrors trait to middleware (#937)
- Use a renderable exception for OAuth errors (#1066)
- Use diactoros 2.0 and psr-http-factory (aadf603)
- Replaced helpers with Blade directives (#939)
- Use caret for constraints (d906804)
- Dropped support for Laravel 5.8 (654cc09)
- Dropped support for PHP 7.1 (3c830ac)
- Upgrade to league/oauth2-server 8.0 (97e3026)
Fixed
- Fix exception will thrown if token belongs to first party clients (#1040)
- Fix auth codes table customization (#1044)
- Add key type to refresh token model (e400c2b)