Skip to content

Feat: Add withHttpClient support#234

Merged
tanya732 merged 4 commits into
v2from
feat/add-http-client-support
May 29, 2026
Merged

Feat: Add withHttpClient support#234
tanya732 merged 4 commits into
v2from
feat/add-http-client-support

Conversation

@tanya732

Copy link
Copy Markdown
Contributor

Summary

  • Added withHttpClient(Auth0HttpClient) to AuthenticationController.Builder as the replacement for the removed withHttpOptions(HttpOptions) — allows users to configure timeouts, proxies, and
    custom HTTP behavior
  • The HTTP client instance is lazily created (if not provided) and reused across all MCD domain calls, avoiding per-request connection pool creation
  • Added test coverage for withHttpClient, transaction-keyed cookies, MCD origin domain binding (HMAC verification + tamper rejection), and legacy cookie fallback

@tanya732 tanya732 requested a review from a team as a code owner May 29, 2026 08:11
Comment thread src/main/java/com/auth0/AuthenticationController.java Fixed
tanya732 and others added 3 commits May 29, 2026 14:36
… constructor invocation'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@tanya732 tanya732 merged commit bc46337 into v2 May 29, 2026
6 checks passed
@tanya732 tanya732 deleted the feat/add-http-client-support branch May 29, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants