News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
PHP OAuth Provider Authenticate User
May 31, 2011 @ 10:43:27

Lorna Mitchell has posted the next part in her series looking at working with OAuth in PHP, showing how to authenticate the user making the connection to your OAuth-enabled web service.

This phase is probably the most familiar to us as developers, as it's simply a login form. The consumer will send the user to us at the URL we provided in the request token, and the user will have the request token key as a parameter. The access control on this page will look the same as on the rest of the website; if the user has a session already then the page is displayed, otherwise they must be logged in to see it.

She talks about verifying the authentication token passed in (from the value already generated and put into a database table), the grant/deny process and the information to update in her sample table when the user falls into the "granted" side of things. She also briefly mentions the optional callback that can be passed to a service like this and how to handle its value.

0 comments voice your opinion now!
oauth tutorial provider authenticate user


blog comments powered by Disqus

Similar Posts

C7Y: REST and Resource Handling with CakePHP

DevShed: Understanding Destructors in PHP 5

Pavel Shevaev's Blog: Make php-fpm execute arbitrary PHP scripts via socket

Kevin Schroeder's Blog: Connecting to the Zend Developer Cloud using NetBeans for PHP

Gonzalo Ayuso's Blog: Building a simple HTTP client with PHP. A REST client


Community Events









Don't see your event here?
Let us know!


functional opinion tool development composer introduction example event language release testing community framework object api zendframework2 code interview podcast unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework