Skip to content

ABI change in 2.2.0 without soname change #68

@babelouest

Description

@babelouest

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions