You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive Java library for Auth0 JWT authentication with built-in **DPoP (Demonstration of Proof-of-Possession)** support. This project provides Spring Boot integration for secure API development.
9
+
A comprehensive Java library for Auth0 JWT authentication with built-in **DPoP (Demonstration of Proof-of-Possession)**and **Multi-Custom Domain (MCD)**support. This project provides Spring Boot integration for secure API development.
10
10
11
11
## 🏗️ Architecture Overview
12
12
@@ -49,6 +49,8 @@ It provides:
49
49
50
50
- JWT validation with Auth0 JWKS integration
51
51
- DPoP proof validation per [RFC 9449](https://datatracker.ietf.org/doc/html/rfc9449)
52
+
- Multi-Custom Domain (MCD) support — static domain lists, or dynamic resolution at request time
0 commit comments