Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch #1480: call get_POST_body once
The JWT validation update in PR 1480 contained a small error: by calling the function get_POST_body() twice, the content of the request was unavailable in the second call. This calls only once, but has the downside of requiring a specific set of keys in the json request data. Hence this might be fixed to be more flexible later, see comments in the PR.
- Loading branch information