DESCRIPTION.rst 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Persona is Shutting Down
  2. ========================
  3. Mozilla has announced that `Persona will be shutting down November 2016`_.
  4. django-browserid `relies on the Persona service`_ and will stop functioning
  5. properly once Persona is shut down. While it is possible to self-host Persona
  6. and configure django-browserid to rely on your own instance, this is difficult
  7. and not recommended. See the wiki page linked above for recommended alternatives
  8. to Persona for authentication.
  9. .. _Persona will be shutting down November 2016: https://wiki.mozilla.org/Identity/Persona_Shutdown_Guidelines_for_Reliers
  10. .. _relies on the Persona service: http://django-browserid.readthedocs.org/en/latest/user/intro.html#persona-dependence
  11. django-browserid
  12. ================
  13. |TravisCI|_
  14. .. |TravisCI| image:: https://travis-ci.org/mozilla/django-browserid.svg?branch=master
  15. .. _TravisCI: https://travis-ci.org/mozilla/django-browserid
  16. django-browserid is a library that integrates BrowserID_ authentication into
  17. Django_.
  18. Supported versions include Python 2.7, 3.4, and onward, and Django 1.8 and up.
  19. For more details, check this project's `tox test suite`_ or TravisCI_.
  20. .. _Django: https://www.djangoproject.com/
  21. .. _BrowserID: https://login.persona.org/
  22. .. _tox test suite: https://github.com/mozilla/django-browserid/blob/master/tox.ini
  23. Documentation
  24. -------------
  25. http://django-browserid.readthedocs.org/
  26. Need Help?
  27. ----------
  28. First, check out the `troubleshooting`_ section of the documentation, which
  29. covers solutions to several common problems.
  30. If that doesn't help, questions can be sent to the #webdev channel on
  31. irc.mozilla.org, or by email to the `current maintainer`_.
  32. .. _troubleshooting: http://django-browserid.readthedocs.org/en/latest/user/troubleshooting.html
  33. .. _current maintainer: mailto:mkelly@mozilla.org
  34. License
  35. -------
  36. This software is licensed under the `Mozilla Public License v. 2.0`_. For more
  37. information, read the file ``LICENSE``.
  38. .. _Mozilla Public License v. 2.0: https://www.mozilla.org/MPL/2.0/