🚀 Announcing Beta Release: A new Springboot API SDK #31
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.
-
We're excited to announce the Beta Release of
auth0-springboot-api, a new SDK for securing Spring Boot APIs with Auth0 tokens. Built on top of Spring Security, it provides Auth0-optimised JWT validation with built-in DPoP (Demonstration of Proof-of-Possession) support, all wired through Spring Boot auto-configuration.✨ Key Features
auth0.domainandauth0.audienceinapplication.yml, add the filter to yourSecurityFilterChain, and you're donedpopModeproperty🧩 Getting Started
Installation
Maven:
Gradle:
🧰 Configuration
That's it. Your API now validates JWT tokens from Auth0.
🛡️ DPoP Support
Enable DPoP with a single property, zero controller changes required:
DPoP proof validation happens at the filter level, controllers work the same regardless of whether the client sends a Bearer or DPoP token.
📌 Important Notes
📚 Resources
🛝 Try the Playground
Run the Application
Curl for Bearer authentication
Curl for DPoP Authentication
💬 Feedback
Since this is our first beta, your input will directly shape v1.0.0 let us know what breaks, what confuses, and what delights. Post questions or suggestions below, or open an issue on GitHub.
Beta Was this translation helpful? Give feedback.
All reactions