| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-07 | 477 Bytes | |
| v5.9.5 source code.tar.gz | 2026-08-07 | 206.0 kB | |
| v5.9.5 source code.zip | 2026-08-07 | 362.6 kB | |
| Totals: 3 Items | 569.0 kB | 0 | |
- [#1901] Reject requests that authenticate the client with more than one method (RFC 6749 §2.3) with an
invalid_requesterror, instead of silently authenticating with the first method that matched and discarding the other credentials. - [#1853] Fix
reuse_access_tokenreusing a token that was created withcustom_access_token_attributesvalues when the new request doesn't specify any custom attributes. Such requests now only match tokens without custom attributes.