Implementing OAuth Provider in Delphi

delphi, oauth, restful-authentication

Solution

I have not used this OAUTH for Delphi, but I hear it works. You can read some more about it in the creator's blog.

Problem

I've developed a REST web service and I want to implement an OAuth Service Provider for authenticating, primarily, two-legged OAuth requests. Could anyone please point me to an implementation of an OAuth Service Provider created in Delphi. Thanks in advance.

Original source