Page MenuHomePhabricator

Begin cleaning up OAuth scope handling
ClosedPublic

Authored by epriestley on Apr 3 2016, 3:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 30, 7:21 PM
Unknown Object (File)
Mon, Apr 28, 6:42 PM
Unknown Object (File)
Sun, Apr 27, 11:24 PM
Unknown Object (File)
Sun, Apr 27, 10:17 PM
Unknown Object (File)
Sat, Apr 26, 12:16 PM
Unknown Object (File)
Apr 21 2025, 3:50 AM
Unknown Object (File)
Apr 12 2025, 5:33 AM
Unknown Object (File)
Apr 11 2025, 6:04 AM
Subscribers
None

Details

Summary

Ref T7303. OAuth scope handling never got fully modernized and is a bit of a mess.

Also introduce implicit "ALWAYS" and "NEVER" scopes.

Always give tokens access to meta-methods like conduit.getcapabilities and conduit.query. These do not expose user information.

Test Plan
  • Used a token to call user.whoami.
  • Used a token to call conduit.query.
  • Used a token to try to call user.query, got rebuffed.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Begin cleaning up OAuth scope handling.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 3 2016, 4:50 PM
This revision was automatically updated to reflect the committed changes.