| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-04 | 735 Bytes | |
| v.5.9.0 source code.tar.gz | 2026-03-04 | 192.0 kB | |
| v.5.9.0 source code.zip | 2026-03-04 | 345.2 kB | |
| Totals: 3 Items | 537.9 kB | 1 | |
- [#1791] Add support for Rails read replicas with automatic role switching via
enable_multiple_database_rolesconfiguration option - [#1792] Consider expires_in when clear expired tokens with StaleRecordsCleaner.
- [#1790] Fix race condition in refresh token revocation check by moving InvalidGrantReuse check inside the lock block
- [#1788] Fix regex for basic auth to be case-insensitive
- [#1775] Fix Applications Secret Not Null Constraint generator
- [#1779] Only lock previous access token model when creating a new token from its refresh token if revoke_previous_refresh_token_on_use is false
- [#1778] Ensure that token revocation is idempotent by checking that that token has not already been revoked before revoking.