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
F15452202: D11378.id27337.diff
Sat, Mar 29, 2:48 AM
F15431632: D11378.id27332.diff
Mon, Mar 24, 1:39 PM
F15428752: D11378.id27337.diff
Sun, Mar 23, 10:04 PM
F15420580: D11378.id27332.diff
Fri, Mar 21, 3:08 PM
F15412659: D11378.id27339.diff
Wed, Mar 19, 2:13 PM
F15406808: D11378.id.diff
Tue, Mar 18, 1:57 PM
F15399435: D11378.diff
Mon, Mar 17, 4:31 AM
Unknown Object (File)
Feb 8 2025, 1:08 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.