django-browserid is a library that integrates BrowserID authentication into Django.
- Python
- 2.6
- 2.7
- 3.2 (experimental)
- 3.3 (experimental)
- Django
- 1.3.7
- 1.4.5
- 1.5.1
http://django-browserid.rtfd.org
First, check out the troubleshooting section of the documentation, which covers solutions to several common problems.
If that doesn't help, questions can be sent to the #webdev channel on irc.mozilla.org, or by email to the current maintainer.
- (Recommended) Create a virtualenv for django-browserid testing.
- Install test requirements with
pip install -r requirements.txt
- Run test suite with
python setup.py test
This software is licensed under the Mozilla Public License v. 2.0. For more
information, read the file LICENSE
.