[Python-Dev] Offtopic: OpenID Providers

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Sep 5 23:03:17 CEST 2013


On Thu, Sep 5, 2013 at 10:33 PM, Glenn Linderman <v+python at g.nevcal.com> wrote:
> Is there a Python implementation of Persona I can install on my web server?

If you mean to use your web server as an Identity Provider, try this:

https://bitbucket.org/djc/persona-totp

It currently only implements TOTP-based authentication (i.e. no
passwords), but it should be easy to add a password or 2FA-mode if
you'd prefer that.

Cheers,

Dirkjan


More information about the Python-Dev mailing list