Closed
Bug 1574052
Opened 6 years ago
Closed 6 years ago
Consolidate "user account data" and "user profile data"
Categories
(Firefox :: Firefox Accounts, enhancement, P2)
Firefox
Firefox Accounts
Tracking
()
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: markh, Assigned: markh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Our current public FxA API exposes all low-level account data via getSignedInUser()
and also profile information via getSignedInUserProfile()
. We should consolidate these such that there's 1 function, and it (a) only returns data external consumers should see and (b) doesn't make a distinction between "account data" and "profile data")
Updated•6 years ago
|
Assignee: nobody → markh
Priority: P1 → P2
Assignee | ||
Comment 1•6 years ago
|
||
I'm about to put up a patch for this, but there's no particular urgency for reviews because I intend landing it in 72.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by mhammond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/54e106cfc6aa
only return public fields from fxAccounts.getSignedInUser(). r=rfkelly,eoger
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•