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

Post Registration URL #167

Open
DevEnable opened this issue Oct 31, 2024 · 0 comments
Open

Post Registration URL #167

DevEnable opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DevEnable
Copy link

Right now it doesn't look like there is a way to redirect users after they have registered through Kinde to a specific URL. This would be desirable to continue with the onboarding process in a specific URL. It looks like users just get redirected to the default callback URL.

I did try to use the following code in my component, but it doesn't redirect to /registration/register-service-provider after the user successfully registers via Kinde. I'm guessing because post_login_redirect_url is for logging in only?

<RegisterLink post_login_redirect_url="/registration/register-service-provider" :is_create_org="false">
            <v-btn>Register</v-btn>
        </RegisterLink>

My current workaround is to store some data in the user's local storage and trigger a redirect via Vue when certain conditions are met. But this is a bit messy as the redirect is noticeable in a browser.

@maige-app maige-app bot added the enhancement New feature or request label Oct 31, 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

1 participant