Zend: How to authenticate using OpenId on local server.
- by NAVEED
I am using zend framework. Now I want to authenticate users with other already registered accounts using RPX.
I am following the 3 steps as described at RPX site:
1- Get the Widget
2- Receive Tokens
3- Choose Providers
I created a controller(person) and action(signin) to show widget and my own signin form. When following action…