Skip to content

Library is not compatible with com.auth0.auth0 v2 #161

Open
@AlchemistAction

Description

@AlchemistAction

Checklist

  • I have looked into the Readme and the Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

AuthenticationController.newBuilder() under the hood uses "AuthAPI client.setTelemetry(telemetry)":

@VisibleForTesting
void setupTelemetry(AuthAPI client) {
Telemetry telemetry = new Telemetry("auth0-java-mvc-common", this.obtainPackageVersion());
client.setTelemetry(telemetry);
}

Which was deleted in version 2, here is doc

Describe the ideal solution

If its possible please make library to be compatible with v2 of auth0 main library.

Alternatives and current workarounds

The only option now is to downgrade to auth0 version 1.6 which is 4 years old.

Additional context

No response

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