Page MenuHomePhabricator

Recover from a broken external OAuth2 account
ClosedPublic

Authored by epriestley on Jul 15 2014, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 5:57 AM
Unknown Object (File)
Mon, Apr 29, 4:32 PM
Unknown Object (File)
Sun, Apr 28, 3:37 AM
Unknown Object (File)
Fri, Apr 26, 6:14 PM
Unknown Object (File)
Wed, Apr 24, 10:38 PM
Unknown Object (File)
Mon, Apr 22, 4:41 AM
Unknown Object (File)
Fri, Apr 19, 3:03 PM
Unknown Object (File)
Apr 1 2024, 10:34 PM
Subscribers

Details

Summary

Currently, the external accounts page can die in a fire if an OAuth2 link is bad. Instead of exploding, just fail the specific link.

Test Plan

Faked an error and got "invalid token" instead of an exception.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Recover from a broken external OAuth2 account.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 15 2014, 8:35 PM

Specifically, Asana is hitting this on their install, with a user that has a bad refresh token. Digging into it with them, but the root issue here is clearly on our side.

epriestley updated this revision to Diff 23842.

Closed by commit rP7ac5abb97934 (authored by Evan Priestley <epriestley@orbital.(none)>).