Announcing GA Release: Auth0 JavaSDK v3.0.0 #807
tanya732
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
We’re excited to share that V3 of the Auth0 Java SDK is now GA! This major release represents a significant evolution of the Java client library for Auth0, designed to make integrating with Auth0’s Authentication and Management APIs simpler, clearer.
🚀 What’s New in v3
Added Features
🧩 Migration Example
Client Initialization
The Management API client initialization has changed from ManagementAPI to ManagementApi, and uses a different builder pattern.
Before (V2):
After (V3): Approach : Standard Token-Based
📦 Installation
Add the dependency via Maven:
or Gradle:
implementation 'com.auth0:auth0:3.0.0'📌 Important Notes:
💬 Feedback
We’d love to hear your feedback! Join the discussion or open an issue on GitHub
Beta Was this translation helpful? Give feedback.
All reactions