-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello
A change in the function oauth_verify_token signature in recent 2.2.0 release has caused package builds failed in Debian.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels