Skip to content

Revisions

  • Scope the leaked-owner crash to pre-1.10.0 and correct its mechanism

    @55728 55728 committed Aug 15, 2026
  • Add an at_hash entry and the UserInfo side of the missing-owner fix

    @55728 55728 committed Aug 15, 2026
  • Rewrite the api_only entry around the symptom it produces The entry said API mode was "not properly supported" and linked the README's Known Issues section for detail. Running the suite against the dummy application with `api_only` enabled narrowed that to a single response: `prompt=consent` rendered a template, which ActionController::API cannot do, so it answered with an empty 200. That is fixed in 2.0, and the README section the entry linked to is gone with it. State the symptom the way every other entry on the page does, and note the API-mode behaviour of `prompt=consent` in the prompt table too.

    @55728 55728 committed Aug 14, 2026
  • Fix the InvalidConfiguration version and add an api_only entry The blank-issuer raise landed in v1.10.1 (#299) as a fix for a v1.10.0 regression, not in v1.10.0 itself.

    @55728 55728 committed Aug 13, 2026
  • Correct the 2.0 story for id_token_class / user_info_class These options were introduced in 2.0 (#335); no released 1.10.x version had them. The migration entry framed the lazy resolution in #337 as a behavior change for existing users, and the troubleshooting entry described a 1.10.x boot failure that could not happen. Document the options in Configuration instead, and drop the bogus troubleshooting section.

    @55728 55728 committed Aug 13, 2026
  • Add Troubleshooting page

    @55728 55728 committed Aug 13, 2026