redirect
Is it possible to support dynamic post-login redirects instead of changing the
I'm using sveltekit and a solution where I pass in something like
KINDE_POST_LOGIN_REDIRECT_URL env using something like a query parameter?I'm using sveltekit and a solution where I pass in something like
/api/auth/login?postLoginRedirect="xyz" or /api/auth/login?redirect="xyz" would be ideal for this imo.