This Java code sample demonstrates how to implement authorization in a Spring MVC API server using Auth0.
Some tests would be very useful. For example, how can you test access tokens ( when you have user claims in them). And how can you check which user is called a secured endpoint?
Thanks for sharing all that Kresimir!