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, Jan 29, 7:58 AM
Unknown Object (File)
Fri, Jan 24, 12:46 PM
Unknown Object (File)
Fri, Jan 17, 1:14 PM
Unknown Object (File)
Sat, Jan 11, 2:05 AM
Unknown Object (File)
Dec 30 2024, 5:02 AM
Unknown Object (File)
Dec 24 2024, 3:35 PM
Unknown Object (File)
Dec 20 2024, 6:43 PM
Unknown Object (File)
Dec 13 2024, 12:37 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.