OpenID
Over the past couple of days, I’ve been writing an OpenID server. Unfortunatly, my host doesn’t support anything but Perl and PHP, so I had to do it with that. I prefer PHP over Perl, OpenID was originally written in Perl, but I found a PHP OpenID library. Lucky me.
I’ve been hacking the example that comes with it quite a bit, and have a working SQL based OpenID server running on this domain.
The next step will be beefing it up a bit, there’s no way to configure it right now, except for accepting websites. Being able to change the login fields and trusted websites online would be nice. I think I’ll implement a logging function aswell.
Comments Off