Reputation: 445
I have a web application written using JSP and Servlets.
I needed to know if there is any Java library to implement my own OAuth2.0 login mechanism. I am referring this http://oauth.net/2/ , but I dont find enough information on these libraries to get started.
Can someone help me with this?
Upvotes: 0
Views: 182
Reputation: 2907
Apache Oltu is one such library, and they seem to have fairly comprehensive documentation.
Upvotes: 1