Re: [Python-Dev] Offtopic: OpenID Providers

2013年9月05日 14:23:13 -0700

On Thu, Sep 5, 2013 at 10:33 PM, Glenn Linderman <[email protected]> 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
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to