-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for API routes in Next JS SDK #325
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_ROUTE
KINDE_AUTH_LOGOUT_ROUTE
KINDE_AUTH_REGISTER_ROUTE
KINDE_AUTH_CREATEORG_ROUTE
KINDE_AUTH_HEALTH_ROUTE
KINDE_AUTH_SETUP_ROUTE
provide 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