Conversation
Update to Management API section
WalkthroughThis pull request introduces new environment variables to the Next.js SDK documentation for Kinde authentication. The changes expand the configurability of the authentication process by allowing developers to customize routes for login, logout, registration, organization creation, health monitoring, and setup without altering existing functionality. Changes
Possibly related PRs
Suggested reviewers
Poem
Tip 🌐 Web search-backed reviews and chat
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Hey Daniel. Here's the convo from which I made the change. Not sure if I put the changes in the right spot. https://kinde.slack.com/archives/C03FQL4M9S6/p1738622472335449 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/content/docs/developer-tools/sdks/backend/nextjs-sdk.mdx (1)
1477-1490: Clarify and Document the New API Route Environment VariablesThe new environment variables introduced here—
KINDE_AUTH_LOGIN_ROUTEKINDE_AUTH_LOGOUT_ROUTEKINDE_AUTH_REGISTER_ROUTEKINDE_AUTH_CREATEORG_ROUTEKINDE_AUTH_HEALTH_ROUTEKINDE_AUTH_SETUP_ROUTEprovide enhanced configurability for customizing the API routes for authentication and related actions. To improve clarity and usability, consider documenting each variable with a brief description or usage example (for example, as a bullet list or table) so that users understand what each variable affects. This extra contextual information can help developers integrate these variables more seamlessly into their projects.
Deploying kinde-docs-previews with
|
| Latest commit: |
1ac3d7f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://22844cea.kinde-docs-previews.pages.dev |
| Branch Preview URL: | https://fet-api-routes-in-nextjs.kinde-docs-previews.pages.dev |
Update to Management API section to include new routes.
Summary by CodeRabbit
New Features
Documentation