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
The JSON routes currently fail as they don't provision a _csrf token for the client to submit in the req.body but the app requires this.
_csrf
req.body
post
delete
The text was updated successfully, but these errors were encountered:
Updates the keycloak config #5
9db20ff
No branches or pull requests
Description
The JSON routes currently fail as they don't provision a
_csrf
token for the client to submit in thereq.body
but the app requires this.Acceptance criteria
post
anddelete
routes can be used successfullyThe text was updated successfully, but these errors were encountered: