| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-15 | 771 Bytes | |
| v5.9.3 source code.tar.gz | 2026-06-15 | 203.4 kB | |
| v5.9.3 source code.zip | 2026-06-15 | 360.0 kB | |
| Totals: 3 Items | 564.2 kB | 1 | |
- [#1834] Fix default
allow_token_introspectionreturningfalsewhen a customapplication_classis configured. The default proc compared application objects with==, which fails when the authorized client and the introspected token's application are resolved as different classes (e.g. a baseDoorkeeper::Applicationvs. a configured subclass) even though they reference the same record. It now compares application ids instead. - [#1832] Fix confusing
belongs_to :ownerside effect:Doorkeeper::Models::Ownershipis now included only whenenable_application_owner?is set (read at include time), so models no longer expose a misleadingownerassociation/reflection when the application owner feature is disabled and the schema lacks the owner columns.