How content is managed in Kinde
Design
For maximum extensibility, page content has been decoupled from the page itself.
This lets you update the copy on most screens, which you can do via the Page content section of the admin area (see below) or via API (coming soon).
If your application is built for multiple languages, select these first in Kinde.
Variables are used to stand in for actual values that you want to appear on pages. They are a way of automating content. For example, if you use the ${email_address}
variable, the user’s email address will be shown.
Variables can be used on pages as follows.
Sign in confirm code page
${email_address}
${email_address_obfuscated}
Sign up confirm code page
${email_address}
When auth errors appear, you want to give users a way to navigate out of them. To provide an ‘escape route’ URL in these situations: