Release v|version|. (:doc:`Quickstart <user/quickstart>`)
django-browserid is a Python library that integrates BrowserID authentication into Django.
BrowserID is an open, decentralized protocol for authenticating users based on email addresses. django-browserid provides the necessary hooks to get Django to authenticate users via BrowserID. By default, django-browserid relies on Persona for the client-side JavaScript shim and for assertion verification.
django-browserid is tested on Python 2.6 to 3.3 and Django 1.4 to 1.6. See tox.ini for more details.
django-browserid depends on:
django-browserid is a work in progress. Contributions are welcome. Feel free to fork and contribute!
.. toctree:: :maxdepth: 2 user/intro user/quickstart user/customization user/extras user/settings user/deploying user/upgrading user/troubleshooting
.. toctree:: :maxdepth: 2 api/python api/javascript
.. toctree:: :maxdepth: 1 contributor/setup contributor/guidelines contributor/changelog contributor/authors