문제

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/.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top