Identity/ProposedModule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


* Name: Identity
* Name: Identity
* Description: the browser API, user experience, and backend services to implement identity services so web sites can more easily authenticate users.
* Description: the browser APIs, user experience, and backend services needed to implement identity services so web sites can more easily authenticate users. (Currently, BrowserID.)
* Responsibilities:
** <tt>navigator.id.*</tt> API across Mozilla codebases (desktop, mobile, WebRT,..)
** BrowserID server code: https://github.com/mozilla/browserid
** BrowserID server deployment: https://browserid.org
 
* owner: Ben Adida
* owner: Ben Adida
* peers: Mike Hanson, Lloyd Hilaiel
* peers: Mike Hanson, Lloyd Hilaiel, Jonas Sicking (DOM)
* code: https://github.com/mozilla/browserid
* code: https://github.com/mozilla/browserid
* deployment: https://browserid.org
* deployment: https://browserid.org
Line 11: Line 16:
* scope: project-wide
* scope: project-wide
* governing policy: [[/Governance]]
* governing policy: [[/Governance]]
* responsibilities:
** <tt>navigator.id.*</tt> API across Mozilla codebases (desktop, mobile, WebRT,..)
** BrowserID server code: https://github.com/mozilla/browserid
** BrowserID server deployment: https://browserid.org

Latest revision as of 01:53, 23 December 2011

This is a proposal to create a Mozilla Identity code module.

  • Name: Identity
  • Description: the browser APIs, user experience, and backend services needed to implement identity services so web sites can more easily authenticate users. (Currently, BrowserID.)
  • Responsibilities: