Set up a PHP OAuth Provider
Asked Answered
A

3

15

Alright I am trying to set up an OAuth Provider in PHP, but I just cannot get the hang of it. I've been referenced to this page a number of times, but I cannot wrap my head around it. Could someone help me out, step by step, or reference me to a more direct guide? Thank you very much.

Anew answered 10/8, 2010 at 22:42 Comment(1)
freeklijten.nl/home/2011/10/19/Writing-an-OAuth-Provider-in-PHP That might be of help as wellZygotene
E
15

http://djpate.com/2011/01/13/how-to-write-a-complete-oauth-provider-in-php5 thast a pretty good tutorial to get a clue on the provider side

Entozoon answered 6/3, 2011 at 20:27 Comment(3)
An associate of mine showed me that link a little bit ago, and I do have to agree that it is a pretty good tutorial.Anew
Darn you, past. It's 404ing here in the future.Folklore
Looks like djpate.com is down. Here's the time machine: web.archive.org/web/20121114041708/http://djpate.com/2011/01/13/…Scilla
A
0

Pate's is good and here is another one by Rasmus:

http://toys.lerdorf.com/archives/55-Writing-an-OAuth-Provider-Service.html

Alkalosis answered 10/3, 2011 at 16:17 Comment(1)
This was the URL that the OP posted as not helping him :(Preceptor
A
-2

I usually use the Zend_OAuth component (the whole 2 times ive implemented it, haha). The manual has some pretty clear instructions. This tutorial for it might also be helpful.

Alienor answered 10/8, 2010 at 23:30 Comment(2)
That's oAuth Consumer, not Provider. I'm looking for the same thing =), I'll post if I find anything.Pernik
Yet another person directed to this and getting a consumer not a provider. Even the OAuth site directs you to a consumer for CakePHP, this is getting silly - anyone got any help for this one?Yurikoyursa

© 2022 - 2024 — McMap. All rights reserved.