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.
Asked
Active
Viewed 2,619 times
1 Answers
3
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.

Community
- 1
- 1

Jim McKeeth
- 38,225
- 23
- 120
- 194
-
Seems to be stalled, no new commit since 2009, doesn'it ? – menjaraz Dec 04 '11 at 04:38
-
Plus the question was asking for a OAuth Service Provider, while the references library only implements the Consumer (client) part. – FjodrSo Mar 13 '15 at 17:01