Closed
Bug 1129158
Opened 10 years ago
Closed 10 years ago
Persist Firefox Account credentials to user's profile
Categories
(Firefox for iOS :: Firefox Accounts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
Bug 1126584 embedded a login flow via accounts.firefox.com. The next step is to persist the account credentials and configuration... somewhere.
Some of this stuff is confidential: sessionToken and (wrapped) keys. Does it go in the keychain? The sessionToken is per-device and should not be synced via iCloud. Is that an issue?
Some of this stuff is configuration: service endpoints, etc.
Some of this stuff is transient: signed certificates that will expire, timestamped tokens, etc.
Presumably this all needs to be per-profile (so that, in theory, we can support profile switching).
This ticket tracks research into where to store things and then implementing the storage interface.
Assignee | ||
Comment 1•10 years ago
|
||
bnicholson: st3fan already looked at most of the code move/remove patches. Could you look over the last few, as described at https://github.com/mozilla/firefox-ios/pull/135#issuecomment-73334165?
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Attachment #8565818 -
Flags: review?(bnicholson)
Comment 2•10 years ago
|
||
Comment on attachment 8565818 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/135
Looks good to me!
Attachment #8565818 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•