Page MenuHomePhabricator

[reports] Require auth for viewing reports
ClosedPublic

Authored by bartek on Thu, Jun 13, 1:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 18, 1:19 PM
Unknown Object (File)
Tue, Jun 18, 1:19 PM
Unknown Object (File)
Tue, Jun 18, 1:19 PM
Unknown Object (File)
Tue, Jun 18, 1:18 PM
Unknown Object (File)
Tue, Jun 18, 1:16 PM
Subscribers

Details

Summary

Wrapped viewing reports endpoints with auth middleware.
The POST /reports still works without auth - it is optional there and used only for retrieving user_id.

Depends on D12415

Test Plan
  • Repeated test plan from D12414 for /reports endpoints.
  • Verified that sending reports still works without auth.
  • Verified that user_id is present when sending reports with valid credentials.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Thu, Jun 13, 2:12 AM

Heads-up, there are no reviewers specified here

This revision is now accepted and ready to land.Mon, Jun 17, 9:01 PM
This revision was automatically updated to reflect the committed changes.