You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment variables are limited in flexibility for dynamic environments like Vercel preview deployments etc.
What solution would you like to see?
It would be great if I were able to configure custom redirect URLs.
Perhaps sessionHooks could take an options argument with custom configuration options.
Which could override the defaults from kindeConfiguration in lib/config/config.ts
Additional information
My main use case is to support Vercel preview deployments. Manually setting an env for each is unwieldy and tedious.
In my case the redirect URLs are formulaic and can be determined at runtime, which would simplify preview deployments immensely
The text was updated successfully, but these errors were encountered:
Prerequisites
What is the problem you’re trying to solve?
Environment variables are limited in flexibility for dynamic environments like Vercel preview deployments etc.
What solution would you like to see?
It would be great if I were able to configure custom redirect URLs.
Perhaps
sessionHooks
could take an options argument with custom configuration options.Which could override the defaults from
kindeConfiguration
inlib/config/config.ts
Additional information
My main use case is to support Vercel preview deployments. Manually setting an env for each is unwieldy and tedious.
In my case the redirect URLs are formulaic and can be determined at runtime, which would simplify preview deployments immensely
The text was updated successfully, but these errors were encountered: