Releases: laravel/passport
Releases · laravel/passport
v8.4.4
Fixed
- Fix 500 Internal Server Error response (#1222)
v8.4.3
Fixed
- Fix resolveInheritedScopes (#1207)
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)