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)
Sun, Feb 16, 6:35 AM
Unknown Object (File)
Sun, Feb 9, 1:11 AM
Unknown Object (File)
Feb 1 2025, 10:26 AM
Unknown Object (File)
Jan 29 2025, 7:58 AM
Unknown Object (File)
Jan 24 2025, 12:46 PM
Unknown Object (File)
Jan 17 2025, 1:14 PM
Unknown Object (File)
Jan 11 2025, 2:05 AM
Unknown Object (File)
Dec 30 2024, 5:02 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.