Closed
Bug 1601797
Opened 6 years ago
Closed 6 years ago
Obscure errors reported when account has no session token
Categories
(Firefox :: Firefox Accounts, defect, P2)
Firefox
Firefox Accounts
Tracking
()
RESOLVED
FIXED
Firefox 73
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: markh, Assigned: markh)
Details
Attachments
(1 file)
When an account is in a "needs reauth" state we drop the session token. If we then subsequently try and call a function that needs a session token, we end up with obscure errors that don't indicate the problem is a missing session token (we end up trying to hash undefined)
We should fix that.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mhammond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/94d8eb28a01f
ensure we consistently report auth errors when a session token is missing. r=eoger
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•