update: Kinde auth methods page - #751
Conversation
WalkthroughThe user authentication setup documentation was restructured and modernized. Frontmatter metadata (title, sidebar configuration, table of contents, description, keywords, topics, updated date) was refreshed. The body content transitioned from a tile-based approach to a structured method-by-method guide, introducing environment-level configuration steps and detailed sections for Passwordless, Password, Social, Enterprise, and Custom authentication methods with updated provider links. The API section was retained with revised wording on managing connections. ChangesUser Authentication Setup Guide
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying kinde-docs-preview with
|
| Latest commit: |
08d2d0d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2ebb1099.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://tamal-update-kinde-authentic.kinde-docs-preview.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@src/content/docs/authenticate/authentication-methods/set-up-user-authentication.mdx`:
- Around line 111-113: The heading "### Username" is misleading; update the
section heading to "### Username + password" to match the description text below
and maintain consistency across authentication method headings by replacing the
exact heading token "### Username" with "### Username + password".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 47f94a42-8af8-4b7d-b460-64706122b3b5
📒 Files selected for processing (1)
src/content/docs/authenticate/authentication-methods/set-up-user-authentication.mdx
dtoxvanilla1991
left a comment
There was a problem hiding this comment.
Reviewed the reorg - structure now mirrors the dashboard nav order (Passwordless → Password → Social → Enterprise → Custom), which is way easier to scan than the old flat list. All new links and related-article IDs resolve, heading depth config matches the rest of the site.
Note:
Phone and Username both got a "learn more" deep-dive link in this rewrite - Email + code and Email + password didn't, even though email-authentication.mdx already exists and covers verification/account-linking in more depth. Worth a follow-up line linking those two sections to it, but not worth holding the PR for.
This PR updates the setup authentication methods page. It streamlines and structures the auth methods in the order they appear in the menu. It also adds sections for Custom OAuth 2.0, and Custom SAML features.
Summary by CodeRabbit
Documentation