auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 48 forks source link

Encourage using AndroidX instead of Android #280

Closed frederikprijck closed 11 months ago

frederikprijck commented 11 months ago

Changes

We offter two SDKs for Android:

The difference relies in the support libraries used, where Auth0.OidcClient.Android uses deprecated support libraries which wont ever work on .NET6.

Therefore, going forward, our recommendation is to use Auth0.OidcClient.AndroidX, which work with both Xamarin and .NET Android.

Note that we aren't deprecating Auth0.OidcClient.Android yet, but we want to get everyone to Auth0.OidcClient.AndroidX.

Checklist