I need some authentication logic on my server side for authenticating the users and also potentially 3rd party apps to access the APIs that I provide. I guess that will falls into OAuth category and I want to be an oath provider, be it 1.0 or 2.0. Is there a standard practice and sample module/code available for such?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 2 down vote accepted

OAuth.net has links to Java examples (as well as examples in other languages) for OAuth client and server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.