Kinde — authentication
kinde/auth · version 1
envs add kinde/auth
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
KINDE_CLIENT_ID |
required | secret | Kinde states no sensitivity for either half of the pair, so neither is treated as public. These names come from Kinde's own starter kit rather than from a page listing variables, because there is no such page.. where to get it |
KINDE_CLIENT_SECRET |
required | secret | The other half, for a backend flow.. where to get it |
KINDE_ISSUER_URL |
required | config | Your Kinde subdomain. An address.. where to get it |
KINDE_SITE_URL |
required | config | Your own application's address.. where to get it |
KINDE_POST_LOGIN_REDIRECT_URL |
optional | config | Where a member lands after signing in.. where to get it |
KINDE_POST_LOGOUT_REDIRECT_URL |
optional | config | Where a member lands after signing out.. where to get it |