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

after_verification_return_to is not in SDK and API documentation for Registration flow #3096

Closed
6 tasks done
Benehiko opened this issue Feb 13, 2023 · 0 comments · Fixed by #3097
Closed
6 tasks done
Assignees
Labels
bug Something is not working.

Comments

@Benehiko
Copy link
Contributor

Preflight checklist

Describe the bug

Since we do not list the after_verification_return_to as a query parameter inside the registration handler here the SDK does not generate the required parameters for it.

async createBrowserRegistrationFlow(returnTo?: string, loginChallenge?: string, options?: AxiosRequestConfig) {}

This is also the case for the API reference documentation:
https://www.ory.sh/docs/reference/api#tag/frontend/operation/createBrowserRegistrationFlow

Another question is, shouldn't this also be available to Native registration flows? For example, when the user has registered through a native application, but does the verification flow through a Browser based application later, the query parameter should be respected.

Reproducing the bug

Check the SDK and API reference documentation.

Relevant log output

No response

Relevant configuration

No response

Version

v0.11.1

On which operating system are you observing this issue?

Linux

In which environment are you deploying?

Ory Network

Additional Context

No response

@Benehiko Benehiko added the bug Something is not working. label Feb 13, 2023
@Benehiko Benehiko self-assigned this Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant