Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
9.0.1 source code.tar.gz | 2024-10-14 | 27.5 kB | |
9.0.1 source code.zip | 2024-10-14 | 67.8 kB | |
README.md | 2024-10-14 | 577 Bytes | |
Totals: 3 Items | 95.9 kB | 1 |
Fixed
- Auto-generated event emitter is now persisted. Previously, a new emitter was generated every time (PR [#1428])
- Fixed bug where you could not omit a redirect uri even if one had not been specified during the auth request (PR [#1428])
- Fixed bug where "state" parameter wasn't present on
invalid_scope
error response and wasn't on fragment part ofaccess_denied
redirect URI on Implicit grant (PR [#1298]) - Fixed bug where disabling refresh token revocation via
revokeRefreshTokens(false)
unintentionally disables issuing new refresh token (PR [#1449])