Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete config properties #432

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

jimmyjames
Copy link
Contributor

Changes

This change removes the following networking client customization methods on Auth0. From the migration guide:

  • setWriteTimeoutInSeconds(seconds) and getWriteTimeoutInSeconds(seconds)
  • setTLS12Enforced() and isTLS12Enforced()

The ability to configure the write timeout is being removed to simplify the networking client customization, and decouple from any specific client provider as much as possible. We will still support configuring the connect and read timeout settings.

TLS 1.2 is available on Android since API 16 but used by default since API 20. OkHttp v4 (the client this SDK uses internally) defaults to MODERN_TLS which is described as only accepting TLS 1.2 and 1.3.

Checklist

@jimmyjames jimmyjames added this to the v2-Next milestone Jan 14, 2021
@jimmyjames jimmyjames requested a review from a team as a code owner January 14, 2021 16:00
lbalmaceda
lbalmaceda previously approved these changes Jan 14, 2021
@lbalmaceda lbalmaceda merged commit 66c6914 into v2-dev Jan 15, 2021
@jimmyjames jimmyjames deleted the remove-obsolete-config-properties branch January 15, 2021 19:22
@lbalmaceda lbalmaceda modified the milestones: v2-Next, 2.0.0-beta.0 Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants