django-browserid
================

|TravisCI|_

.. |TravisCI| image:: https://secure.travis-ci.org/mozilla/django-browserid.png?branch=master
.. _TravisCI: https://secure.travis-ci.org/mozilla/django-browserid

django-browserid is a library that integrates BrowserID_ authentication into
Django_.

.. _Django: http://www.djangoproject.com/
.. _BrowserID: https://browserid.org/

Documentation
-------------

http://django-browserid.rtfd.org

Testing
-------
0. (Recommended) Create a virtualenv for django-browserid testing.
1. Install test requirements with ``pip install -r requirements.txt``
2. Run test suite with ``fab test``

License
-------

This software is licensed under the `New BSD License`_. For more
information, read the file ``LICENSE``.

.. _New BSD License: http://creativecommons.org/licenses/BSD/

Status
------

django-browserid is a work in progress. Contributions are welcome. Feel free
to fork and contribute!
