7

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?

Gavin Wahl
  • 1,193
  • 8
  • 21

2 Answers2

3

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 :)

simon
  • 15,344
  • 5
  • 45
  • 67
0

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.

Santiago
  • 522
  • 5
  • 12