We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The following will fail with a 400 CSRF error despite it being an API flow:
const flow = ( await ory .initializeSelfServiceVerificationForNativeApps() .catch(catcher) ).data await expect( (await ory.getSelfServiceVerificationFlow(flow.id).catch(catcher)).data .id ).toEqual(flow.id) expect(flow.type).toEqual('api') await expect( ory .submitSelfServiceVerificationFlow(flow.id, { method: 'link', email: user.email }) .catch(catcher) ).resolves.toBeTruthy()
Expected behavior
No CSRF issue
Environment
The text was updated successfully, but these errors were encountered:
Note to self: still an issue
Sorry, something went wrong.
fix: incorrect openapi specification for verification submission
19aea54
Closes #1368
6bb045a
ecb0a01
fix: incorrect openapi specification for verification submission (ory…
4601d02
…#1431) Closes ory#1368
50a14cc
aeneasr
No branches or pull requests
Describe the bug
The following will fail with a 400 CSRF error despite it being an API flow:
Expected behavior
No CSRF issue
Environment
The text was updated successfully, but these errors were encountered: