Auth0 Spring MVC
This project is no longer maintained and has been discontinued in favor of auth0-java-mvc-commons library. An example on how to use that library with Spring MVC can be found here .
If you're still looking for the library, the code can be found in the master branch and the latest release in:
Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0-spring-mvc</artifactId>
<version>1.2.0</version>
</dependency>
or Gradle:
compile 'com.auth0:auth0-spring-mvc:1.2.0'
What is Auth0?
Auth0 helps you to:
Create a free Auth0 Account
Issue Reporting
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Author
License
This project is licensed under the MIT license. See the LICENSE file for more info.