Closed
Bug 833591
Opened 13 years ago
Closed 13 years ago
Get App details if public
Categories
(Marketplace Graveyard :: API, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-02-28
People
(Reporter: andy+bugzilla, Assigned: andy+bugzilla)
Details
(Whiteboard: p=2)
GET on an App details currently requires auth, because it was written for the submission flow. However the API should be doing the same sort of logic we are doing on the main site. Basically:
* if its public or under review return result, no auth required
* if its not, only show it to developers, admins or those with the correct permissions.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → amckay
Target Milestone: --- → 2013-02-28
| Assignee | ||
Updated•13 years ago
|
Whiteboard: p=2
| Assignee | ||
Comment 1•13 years ago
|
||
https://github.com/mozilla/zamboni/commit/9641dc
Punting on the reviewers for the moment.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•