Where to pass `KINDE_REDIRECT_URL` instead of defining in `.env` file?
Hi,
I am using sveltekit, I have gone through, kinde's sveltekit guide, in the document, it is mentioned to put such variables in
.env
file. (Variables like: KINDE_REDIRECT_URL
, KINDE_POST_LOGOUT_REDIRECT_URL
etc etc).
Is there a way to not put these variables in .env
file and pass it to the kinde client?
(Reference: https://docs.kinde.com/developer-tools/sdks/backend/sveltekit-sdk/#configure-your-app)1 Reply
hey so you should check this: https://docs.kinde.com/developer-tools/sdks/backend/sveltekit-sdk/#direct-users-post-login--registration
The only other way to specifiy the redirect url is to set it inline.