Gavin Wahl
Gavin Wahl

Reputation: 1303

OpenID server/provider for Django

I am looking for a library to implement on OpenID server in Django. That is, I have my own database of users and need to be my own OpenID provider. I do not need to consume OpenID like all the Django libraries I've found. Are there any good libraries available?

The one library I found was https://bitbucket.org/romke/django_openid_provider/, but it hasn't been touched for a year. Is it in good shape?

Upvotes: 7

Views: 1499

Answers (2)

Santiago
Santiago

Reputation: 522

From OpenID wiki there is DjangoID. I've hadn't tested it but it may help.

I've started looking for a django OpenID solution today, as I see that there are more people interested, maybe we can fork one of this projects and advance in top of that.

Upvotes: 0

simon
simon

Reputation: 16280

For what it's worth, I'm using django_openid_provider (v.0.4) in production, and it's performing very nicely. I've tweaked a few bits here and there for personal preference, but yes, I'd say it's in good shape :)

Upvotes: 3

Related Questions