Releases: laravel/passport
Releases · laravel/passport
v10.0.1
Fixed
- Use newFactory to properly reference factory (#1349)
v10.0.0
Added
- Support Laravel 8 & drop PHP 7.2 support (#1336)
Changed
forceFill
new auth code attributes (#1266)
- Use only one PSR 7 implementation (#1330)
Removed
- Remove old static personal client methods (#1325)
- Remove Guzzle dependency (#1327)
v9.3.1
Fixed
- Use custom models in purge command if set (#1316)
- Apply table responsive on table class (#1318)
v9.2.2
Fixed
- Fix maxlength for token names (#1300)
- Improve
passport:install
command (#1294)
v9.2.1
Fixed
- Fix actingAsClient token relation (#1268)
- Fix HashCommand (bedf02c)
v9.2.0
Added
Fixed
- Nonstandard ID in the token's relationship with the user (#1267)
v9.1.0
Added
- Implement secret modal (#1258)
- Warn about one-time-hashed-secret (#1259)
- Add force option to hash command (#1251)
Fixed
- Implement personal access client config (#1260)
v9.0.1
Fixed
- Fix displaying secret in Vue component (#1244)
- Moved provider check to bearer token only (#1246)
- Fix create client call (aff9d09)