update: document SvelteKit redirect URL and password reset email customization limit (gap report) - #706
Conversation
…(gap report) Made-with: Cursor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughDocumentation updates refresh email customization guidance and SvelteKit SDK callback URL guidance, add page navigation configuration, clarify password reset template limits, reformat headings and notes, and update metadata dates. ChangesDocumentation guidance
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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: |
354c01d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://629b6d4c.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://tamal-update-sveltekit-redir.kinde-docs-preview.pages.dev |
|
|
||
| Kinde comes with a production environment, but you can set up other environments if you want to. Each environment has a unique subdomain so be sure to use the correct one in the **Configure your app section** which follows. | ||
|
|
||
| ### Using dynamic callback URLs |
There was a problem hiding this comment.
There was a problem hiding this comment.
Updated this paragraph with link to wildcards.
| 3. In the subject line field, include the `${code}` placeholder. This is where the code will appear. E.g. Enter `${code}` for access. | ||
| 4. Select **Save**. | ||
|
|
||
| ## Can password reset emails use fully custom HTML? |
There was a problem hiding this comment.
There was a problem hiding this comment.
Hi Andre, we are already in this page.
pesickaa
left a comment
There was a problem hiding this comment.
Looks good, but if you could respond to comments so that they can be re-reviewed that'd be great. I see the one about wildcards was implemented but it didn't get updated as outdated for some reason.
Just tag the reviewer saying you've implemented the fix and they can resolve it if they're happy with it.
Once the other comment is addressed, I'm happy to review and approve.
dtoxvanilla1991
left a comment
There was a problem hiding this comment.
Good work. 2 notes 📓
tamalchowdhury
left a comment
There was a problem hiding this comment.
added the required notes.
| 3. In the subject line field, include the `${code}` placeholder. This is where the code will appear. E.g. Enter `${code}` for access. | ||
| 4. Select **Save**. | ||
|
|
||
| ## Can password reset emails use fully custom HTML? |
There was a problem hiding this comment.
Hi Andre, we are already in this page.
|
|
||
| Kinde comes with a production environment, but you can set up other environments if you want to. Each environment has a unique subdomain so be sure to use the correct one in the **Configure your app section** which follows. | ||
|
|
||
| ### Using dynamic callback URLs |
There was a problem hiding this comment.
Updated this paragraph with link to wildcards.
This PR documents two limitations in Kinde:
SvelteKit uses one static KINDE_REDIRECT_URL (no built-in dynamic/multi-tenant callbacks; links to wildcards and “without an SDK” for alternatives).
Password reset mail can’t be fully custom HTML -only what the auth email templates allow. It also tightens email-content headings/asides and bumps frontmatter (TOC depth, dates).
Summary by CodeRabbit