Closed
Bug 1096727
Opened 9 years ago
Closed 9 years ago
(ios) Create account/provider APIs for login
Categories
(Firefox for iOS :: Firefox Accounts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(1 file)
We need an account/provider contexts that can be handed off to the view controllers, along with AccountManager integration. This will allow us to use real FxA accounts for the login screen.
Assignee | ||
Comment 1•9 years ago
|
||
* Creates a simple Account API containing the Bookmarks provider * Refactors AccountManager to use Accounts * LoginViewController uses this API, so we now support real logins One problem is that you can't actually log out/switch accounts without restarting the app; this is an issue documented in https://developer.apple.com/library/ios/qa/qa1727/_index.html. We'll have to figure out a reasonable workaround.
Attachment #8520341 -
Flags: review?(wjohnston)
Comment 2•9 years ago
|
||
Comment on attachment 8520341 [details] [review] Create account/provider APIs for login I put some questions in the PR. Happy to + this if they're answered.
Attachment #8520341 -
Flags: review?(wjohnston) → review-
Comment 3•9 years ago
|
||
Comment on attachment 8520341 [details] [review] Create account/provider APIs for login Need to rebase before merging.
Attachment #8520341 -
Flags: review- → review+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Group: mozilla-employee-confidential
Component: General → Firefox Accounts
Product: Firefox for Android → Firefox for iOS
You need to log in
before you can comment on or make changes to this bug.
Description
•