Closed
Bug 890538
Opened 12 years ago
Closed 11 years ago
[meta] Update API handling & response codes for the Login server
Categories
(Webmaker Graveyard :: Login, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mjschranz, Assigned: sedge)
References
Details
Attachments
(1 file)
This stems from the following comment https://github.com/mozilla/node-webmaker-loginapi/pull/20#discussion_r5046276.
Right now the login server returns an actual error when it doesn't find a user yet it's status code is 404. This lead to a problem with account creation in recent SSO changes.
We should sort this out to make it nice and clear for consuming applications.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → kieran.sedgwick
Status: NEW → ASSIGNED
Summary: Review server responses when retrieving user data → Review server responses for the LoginAPI
| Assignee | ||
Comment 1•12 years ago
|
||
This bug now covers four patches:
1) Updating API design documentation
2) Updating the server logic, response codes and unit tests
3) Updating the node-webmaker-loginapi client library
4) Updating client-side calls to the login server
Summary: Review server responses for the LoginAPI → [meta] Update API handling & response codes for the Login server
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #786385 -
Flags: review?(david.humphrey)
| Assignee | ||
Updated•12 years ago
|
Attachment #786385 -
Flags: review?(cade)
Comment 3•12 years ago
|
||
Comment on attachment 786385 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/140
I left some comments in the pull request for you to ponder upon.
Attachment #786385 -
Flags: review?(cade) → review-
Comment 4•12 years ago
|
||
Sedge, do you want to fix Cade's stuff and then flag me again?
Updated•12 years ago
|
Attachment #786385 -
Flags: review?(david.humphrey)
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 786385 [details] [review]
https://github.com/mozilla/login.webmaker.org/pull/140
Ready for ya now!
Attachment #786385 -
Flags: review- → review?(david.humphrey)
Updated•12 years ago
|
Attachment #786385 -
Flags: review?(david.humphrey) → review-
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•