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, Apr 16, 4:09 PM
Unknown Object (File)
Sun, Apr 14, 2:53 AM
Unknown Object (File)
Wed, Apr 10, 6:32 PM
Unknown Object (File)
Wed, Apr 10, 4:53 AM
Unknown Object (File)
Tue, Apr 9, 3:51 PM
Unknown Object (File)
Mar 25 2024, 11:20 AM
Unknown Object (File)
Feb 24 2024, 4:53 PM
Unknown Object (File)
Jan 26 2024, 3:07 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
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.