Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
9.1.0 source code.tar.gz | 2024-11-21 | 27.7 kB | |
9.1.0 source code.zip | 2024-11-21 | 68.1 kB | |
README.md | 2024-11-21 | 553 Bytes | |
Totals: 3 Items | 96.4 kB | 0 |
Added
- Support for PHP 8.4 (PR [#1454])
Fixed
- In the Auth Code grant, when requesting an access token with an invalid auth code, we now respond with an invalid_grant error instead of invalid_request (PR [#1433])
- Fixed spec compliance issue where device access token request was mistakenly expecting to receive scopes in the request (PR [#1412])
- Refresh tokens pre version 9 might have had user IDs set as ints which meant they were incorrectly rejected. We now cast these values to strings to allow old refresh tokens (PR [#1436])