Mozillians/Releases/1.2/BrowserID: Difference between revisions

From MozillaWiki
< Mozillians‎ | Releases‎ | 1.2
Jump to navigation Jump to search
(Migrating Identity/BrowserID/Mozillians to here)
Line 5: Line 5:
We will add the [https://github.com/ozten/sasl-browserid sasl-browserid plugin] to our LDAP server.
We will add the [https://github.com/ozten/sasl-browserid sasl-browserid plugin] to our LDAP server.


We will tweak the Django code removing django-auth-ldap(?), adding django-browserid, and other bits to enable BrowserID.
We will tweak the Django code simplifying ldap libraries, adding django-browserid, and writing new bits to enable BrowserID.


= Code =
= Code =

Revision as of 20:47, 8 November 2011

Summary

We'll replace email + password authentication with a BrowserID based solution for login and registration.

Changes

We will add the sasl-browserid plugin to our LDAP server.

We will tweak the Django code simplifying ldap libraries, adding django-browserid, and writing new bits to enable BrowserID.

Code

This is being developed in a branch.

Technical Benefits

  • We can remove django-auth-ldap code (which doesn't fit well with our architecture)
  • We can remove forgot password, email confirmation, and other flows
  • We can test the OpenLDAP plugin sasl-browserid before deploying it in the internal Mozilla environment

Project Management