1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/applications/auth
epriestley 5ecb77427a Fix OAuth token refresh return value
Summary:
Ref T1536. Ref T2852. Currently, after refreshing the token we don't actually return it. This means that code relying on token refresh fails once per hour (for Asana) in a sort of subtle way. Derp.

Update `bin/auth refresh` to make this failure more clear.

Test Plan: Set `force refresh` flag and verified a return value.

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T1536, T2852

Differential Revision: https://secure.phabricator.com/D6295
2013-06-25 16:31:01 -07:00
..
application Add a "refresh" action for external accounts 2013-06-24 15:58:27 -07:00
controller Add a "refresh" action for external accounts 2013-06-24 15:58:27 -07:00
editor Allow authentication providers to store and customize additional configuration 2013-06-18 10:02:34 -07:00
management Fix OAuth token refresh return value 2013-06-25 16:31:01 -07:00
provider Fix OAuth token refresh return value 2013-06-25 16:31:01 -07:00
query Build out Auth UI a little bit 2013-06-19 15:00:37 -07:00
storage Allow authentication providers to store and customize additional configuration 2013-06-18 10:02:34 -07:00
view Send old login code to the bottom of the sea 2013-06-19 01:33:27 -07:00