Closed
Bug 881354
Opened 11 years ago
Closed 11 years ago
Experimental features added to .request() have not been added to .get()
Categories
(Core Graveyard :: Identity, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jedp, Assigned: jedp)
References
Details
As Shane reports[1], he experimental features added for FirefoxOS were only added to .request and have not been added to .get.
experimental_forceAuthentication
experimental_forceIssuer
experimental_allowUnverified
The solution should be forward-compatible to allow for changes and additions to those parameter names. Currently, get()'s options are not extensible like .request()'s.
[1] https://github.com/mozilla/browserid/issues/3506
Assignee | ||
Comment 1•11 years ago
|
||
Marking this as dependent on bug 881026, since we'll be modifying the same function.
Depends on: 881026
Assignee | ||
Comment 2•11 years ago
|
||
This will be testable with the addition to the UI Tests in bug 881435
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jparsons
Assignee | ||
Updated•11 years ago
|
Blocks: PayId-v1next
Assignee | ||
Comment 3•11 years ago
|
||
These experimental features are being implemented in Firefox Accounts one way or another, and we will be removing Persona support for them at some time in the future. There should be no RPs using get() who are also accessing the experimental account-like features, so I would regard this a wontfix.
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•