Problem statement
Current Zend Framework
OpenID implementation does not support the protocol version 2.0 fully. For example the Yadis discovery is not supported at all. Thus the Zend Framework OpenID module can not be used with OpenID providers using this version of the protocol.
Proposed solution
To add full OpenID v 2.0 protocol support into Zend_OpenId
I plan to wrap the fully functional library php-openid (JanRain's implementation) into a Zend Framework Zend_Auth
adapter.
This should be mainly an OOP adapter or similar design pattern exercise.
Expected issues
There are different classes in both libraries serving the same purpose but with different interface. I expect issues getting everything to work with such class differences.
Code
Repository for the code is located here https://github.com/draculus/zf-php-openid.
Looking for hackers with the skills:
This project is part of:
Hack Week 10
Activity
Comments
Similar Projects
This project is one of its kind!