Identity/ProposedModule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "This is a proposal to create a Mozilla Identity code module. * owner: Ben Adida * peers: Mike Hanson, Lloyd Hilaiel * mailing list: https://lists.mozilla.org/listinfo/dev-identi...")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a proposal to create a Mozilla Identity code module.
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:
** <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)
* mailing list: https://lists.mozilla.org/listinfo/dev-identity  
* code: https://github.com/mozilla/browserid
* deployment: https://browserid.org
* bug tracker: https://github.com/mozilla/browserid/issues
* mailing list: https://lists.mozilla.org/listinfo/dev-identity
* scope: project-wide
* scope: project-wide
* governing policy: TBD
* governing policy: [[/Governance]]
* responsibilities:
** <tt>navigator.id.*</tt> API across Mozilla implementations (desktop, mobile, WebRT,..)
** BrowserID server code
** BrowserID server deployment

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: