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?
|
feedback
|
|
OAuth.net has links to Java examples (as well as examples in other languages) for OAuth client and server. | |||
|
feedback
|
|
| |||
|
feedback
|