Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.3
-
Fix Version/s: 1.6.0
-
Component/s: Zend_OpenId
-
Labels:None
-
Fix Version Priority:Nice to Have
Description
Consumer::verify() can return false in 11 different places. It would easily be my favorite OpenID library if it returned an error code or threw an exception instead of just returning false. This would make implementing and debugging consumer/provider code much friendlier.
I'm not sure how feasible it would be, but could verify possibly return Zend_Auth_Result?