Checklist
Describe the problem you'd like to have solved
Currently, the Auth0 Android library depends on proprietary component
|
implementation "androidx.credentials:credentials-play-services-auth:$credentialManagerVersion" |
This dependency pulls in Google Play Services proprietary blobs, which prevents the use of the library in applications that must remain fully open-source and free of proprietary components.
I understand that it may be required for certain sign-in methods. However, I don’t believe it is necessary for simple email–password authentication.
Describe the ideal solution
From my point of view, the simplest solution would be to publish a separate open-source artifact that does not depend on Google Play Services.
Alternatives and current workarounds
I was able to compile the library without this dependency, and it worked fine with simple email–password authentication, but this is not a viable long-term solution.
Additional context
https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/credentials/credentials-play-services-auth/build.gradle
Checklist
Describe the problem you'd like to have solved
Currently, the Auth0 Android library depends on proprietary component
Auth0.Android/auth0/build.gradle
Line 117 in fde302b
This dependency pulls in Google Play Services proprietary blobs, which prevents the use of the library in applications that must remain fully open-source and free of proprietary components.
I understand that it may be required for certain sign-in methods. However, I don’t believe it is necessary for simple email–password authentication.
Describe the ideal solution
From my point of view, the simplest solution would be to publish a separate open-source artifact that does not depend on Google Play Services.
Alternatives and current workarounds
I was able to compile the library without this dependency, and it worked fine with simple email–password authentication, but this is not a viable long-term solution.
Additional context
https://android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-main/credentials/credentials-play-services-auth/build.gradle