GSoC Status Update, week 9
This report is a day late, but for good reason. For last few days I've been hunting bugs and edge cases for the provider prototype, and just finished it. It passes the server test at openidenabled.com and generally seems to work (at least for OpenID 2.0, 1.0 compatibility is not tested yet). So, it's just testing the 1.0 compatibility, and off to refactoring and polishing!
Work done since last report
- Fixed a bunch of minor bugs and typos
- Fixed the remaining bug in creating associations
- Support for successful response from the provider
- Support
check_authenticationand stateless mode - Factor out responses to separate functions, introduce callbacks for user interaction
Problems
None, except the usual 90 / 10 Rule.
Plans for next half week
- 1.0 compatibility, probably
- Start refactoring: move out common parts of code to a single file
- If time permits, sketch an OO architecture and API for Relying Party
