Announcing mvc-auth-commons v2.0.0-beta.0 #250
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.
-
🚀 Announcing
mvc-auth-commonsv2.0.0-beta.0We're excited to announce the beta release of
mvc-auth-commonsv2.0.0, a major upgrade of the Auth0 SDK for Java Servlet web applications.This release migrates the library from Java 8 /
javax.servletto Java 17 / Jakarta Servlet 6.0 (Jakarta EE 10) while introducing significant security improvements, dependency modernization, and API cleanup.✨ Highlights
⬆️ Modern Platform
Java 17 minimum runtime
Jakarta Servlet 6.0 (Jakarta EE 10)
Compatible with:
Tomcat 10.1+
Jetty 12+
WildFly 27+
🛡️ Security Improvements
HMAC-signed origin-domain cookies bound to the OAuth state
ID token signatures are always verified
Automatic JWT algorithm detection (RS256 / HS256)
🍪 Cookie-based Authentication State
Authentication state is now stored in secure transient cookies instead of the HTTP session.
🔧 Custom HTTP Client
Configure custom timeouts, proxies, or shared clients with:
🧩 Getting Started
Maven
Gradle
Basic Configuration
📚 Resources
📖 README
https://github.com/auth0/auth0-java-mvc-common/blob/2.0.0-beta.0/README.md
💻 Examples
https://github.com/auth0/auth0-java-mvc-common/blob/2.0.0-beta.0/EXAMPLES.md
📦 Maven Central
https://central.sonatype.com/artifact/com.auth0/mvc-auth-commons
💬 Feedback
This is a beta release—your feedback will help shape the final v2.0.0 release.
Please let us know:
What worked well
What was confusing
Any migration issues you encountered
Bugs or unexpected behavior
Reply to this discussion or open an issue:
https://github.com/auth0/auth0-java-mvc-common/issues
Thanks for helping us improve
mvc-auth-commonsv2!🙏 Credits
Special thanks to the contributors who helped shape this release:
Beta Was this translation helpful? Give feedback.
All reactions