auth: cover short-session reauth and multi-step login forms in FAQ#360
Conversation
Two recently-shipped behaviors weren't reflected in the May 2026 docs refresh: - Auto-reauth keeps running for sites whose session TTL is shorter than the health-check interval. Add an FAQ entry explaining the behavior and the health_check_interval knob. - The "What types of flows does Managed Auth support?" entry implied multi-step login forms weren't supported. Reword to make clear that multi-step login forms (e.g. email on page 1, password on page 2) are handled end-to-end.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR only modifies documentation (auth/faq.mdx) and does not change any API endpoints or Temporal workflows in the kernel repo. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Risk assessment: Very Low.
This PR only changes auth/faq.mdx, adding one FAQ entry and updating one Managed Auth support answer. There are no codepath, configuration, infrastructure, schema, prompt, or navigation changes in the diff, and I found no CODEOWNERS file indicating code-owner review is required. No prior approval was present, so I’m approving.
Sent by Cursor Automation: Assign PR reviewers


Summary
The May 2026 managed-auth doc refresh missed two shipped behaviors. This PR adds them to
auth/faq.mdx:health_check_intervalknob for users who want shorter detection windows.Test plan
Note
Low Risk
Low risk documentation-only change; no runtime or API behavior is modified.
Overview
Adds an FAQ entry explaining how automatic re-authentication behaves when a site's session TTL is shorter than the
health_check_interval, including guidance on reducing the interval to avoid frequentNEEDS_AUTHstates.Rewords the "What types of flows does Managed Auth support?" answer to explicitly include multi-step login forms as supported, while still directing post-login workflows to browser automation.
Reviewed by Cursor Bugbot for commit aaf79ed. Bugbot is set up for automated code reviews on this repo. Configure here.