Reputation: 13604
I am using django-openid from http://github.com/simonw/django-openid. But no matter whatever openid i enter it gives out this error: "Error using OpenID", "The OpenID was invalid"
Update:
Got it to work with django-openid. It seems the error was because i was using localhost. So i had to create a local openid server to make it work.
Also i found out a better implementation of django openid, django-openid-auth hosted at https://launchpad.net/django-openid-auth.
A working example of django-openid-auth @ http://www.rohanjain.in/.
Upvotes: 1
Views: 301
Reputation: 74675
From what I have heard Django-openid is incomplete. You might want to try out Django-Socialauth instead. It supports OpenID and gives you a few other options as well.
Upvotes: 2