Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: configurable login/out redirect URLs #29

Open
3 tasks done
fritzkeyzer opened this issue Apr 17, 2024 · 0 comments
Open
3 tasks done

Feature request: configurable login/out redirect URLs #29

fritzkeyzer opened this issue Apr 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fritzkeyzer
Copy link

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 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

@fritzkeyzer fritzkeyzer added the enhancement New feature or request label Apr 17, 2024
@DanielRivers DanielRivers self-assigned this Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants