I have published a java REST API using war on tomcat 7, and I am looking for an easy to deploy open source OAUTH code that i can add to my code (preferably by using maven POM) and use it for securing the API.
What are my options?
|
|
Have you looked at Google's OAuth Java Client? The documentation says that you can use Maven to add it to your code. |
|||
|
|