Hello everybody
Mozilla recently released its login system, Persona, in beta. I wanted to
give it a try but didn't find any satisfying way to use it, so I coded it
myself. I made it a library to reuse it in different projects, and released
it because somebody else might find it useful.
The aim is to give a login system easy to setup and easy to customize
without rewriting parts of it.
It's available on pypi (pypi.python.org/pypi/pyramid_persona), the code is
on github(https://github.com/madjar/pyramid_persona/), and I made a blog
post showing how it can be used
(http://compiletoi.net/quick-authentication-on-pyramid-with-persona.html).
I hope you'll find it useful !
--
Georges