Identity/AttachedServices: Difference between revisions
< Identity
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
When a user logs into the browser using a Persona identity, they likely want to connect a number of services, including passwords, bookmarks and tabs backup, contacts in the cloud, apps, etc. This page describes Identity-Attached Services (sometimes called MyFirefox). | When a user logs into the browser using a Persona identity, they likely want to connect a number of services, including passwords, bookmarks and tabs backup, contacts in the cloud, apps, etc. This page describes Identity-Attached Services (sometimes called MyFirefox). | ||
Code | == Code == | ||
* Passwords: https://github.com/mozilla/gombot | * Passwords: https://github.com/mozilla/gombot | ||
* Bookmarks and Tabs: https://github.com/mozilla/myfx-tabs | * Bookmarks and Tabs: https://github.com/mozilla/myfx-tabs | ||
Line 7: | Line 8: | ||
* Backend Server: https://github.com/mozilla/myfx-server | * Backend Server: https://github.com/mozilla/myfx-server | ||
Rough Working Documents | == Rough Working Documents == | ||
* https://id.etherpad.mozilla.org/myfirefox | * https://id.etherpad.mozilla.org/myfirefox |
Revision as of 00:40, 26 January 2013
When a user logs into the browser using a Persona identity, they likely want to connect a number of services, including passwords, bookmarks and tabs backup, contacts in the cloud, apps, etc. This page describes Identity-Attached Services (sometimes called MyFirefox).
Code
- Passwords: https://github.com/mozilla/gombot
- Bookmarks and Tabs: https://github.com/mozilla/myfx-tabs
- Contacts: https://github.com/mozilla/myfx-contacts
- Backend Server: https://github.com/mozilla/myfx-server