Page MenuHomePhabricator

OAuthServer - implement destructible interface on oauth server client objects
ClosedPublic

Authored by btrahan on Jan 14 2015, 12:02 AM.
Tags
None
Referenced Files
F13158900: D11378.diff
Sun, May 5, 10:13 PM
Unknown Object (File)
Fri, May 3, 6:16 AM
Unknown Object (File)
Thu, May 2, 2:32 AM
Unknown Object (File)
Mon, Apr 29, 3:20 PM
Unknown Object (File)
Mon, Apr 29, 6:20 AM
Unknown Object (File)
Thu, Apr 25, 7:04 PM
Unknown Object (File)
Thu, Apr 25, 7:03 PM
Unknown Object (File)
Wed, Apr 24, 11:45 PM
Subscribers
Tokens
"Haypence" token, awarded by epriestley.

Details

Summary

Fixes T6955.

Test Plan

made an oauth app. made a test authorization. ran bin/remove destroy <phid of oauth client> and there were no errors. verified oauth app and test authorization were both gone.

Diff Detail

Repository
rP Phabricator
Branch
T6955
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3827
Build 3839: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to OAuthServer - implement destructible interface on oauth server client objects.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

Does it make sense to nuke AccessToken and/or AuthorizationCode?

This revision is now accepted and ready to land.Jan 14 2015, 12:09 AM
btrahan edited edge metadata.

also delete access tokens and authorization codes

This revision was automatically updated to reflect the committed changes.

Looks like it's working in Instances.