Hello
A change in the function oauth_verify_token signature in recent 2.2.0 release has caused package builds failed in Debian.
1125723
bool oauth2_token_verify(oauth2_log_t *log, oauth2_http_request_t *request,
oauth2_cfg_token_verify_t *verify, const char *token,
- json_t **json_payload);
+ json_t **json_payload,
+ oauth2_http_status_code_t *status_code);
Would it be possible to fix this?
One way would be to set a new function with the new parameter and restore the old function with the original parameters.
Hello
A change in the function
oauth_verify_tokensignature in recent 2.2.0 release has caused package builds failed in Debian.1125723
Would it be possible to fix this?
One way would be to set a new function with the new parameter and restore the old function with the original parameters.