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
Unknown Object (File)
Tue, Nov 19, 9:25 PM
Unknown Object (File)
Fri, Nov 15, 6:03 PM
Unknown Object (File)
Mon, Nov 11, 4:38 PM
Unknown Object (File)
Thu, Nov 7, 5:14 PM
Unknown Object (File)
Oct 27 2024, 2:41 PM
Unknown Object (File)
Oct 27 2024, 2:32 AM
Unknown Object (File)
Oct 26 2024, 8:28 AM
Unknown Object (File)
Oct 23 2024, 11:18 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.