1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 10:52:41 +01:00
phorge-phorge/src/applications/oauthserver/controller
Bob Trahan 03639a7c1e OAuth - add concept of "trusted" clients that get auto redirects
Summary: Fixes T7153.

Test Plan:
used `bin/auth trust-oauth-client` and `bin/auth untrust-oauth-client` to set the bit and verify error states.

registered via oauth with `bin/auth trust-oauth-client` set and I did not have the confirmation screen
registered via oauth with `bin/auth untrust-oauth-client` set and I did have the confirmation screen

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7153

Differential Revision: https://secure.phabricator.com/D11724
2015-02-09 14:23:49 -08:00
..
client OAuthServer - hide client secret behind a "View Secret" action 2015-01-14 17:27:45 -08:00
PhabricatorOAuthServerAuthController.php OAuth - add concept of "trusted" clients that get auto redirects 2015-02-09 14:23:49 -08:00
PhabricatorOAuthServerController.php PHUIErrorView 2015-02-01 20:14:56 -08:00
PhabricatorOAuthServerTestController.php Use modern UI for OAuthServer details page 2014-03-18 15:39:45 -07:00
PhabricatorOAuthServerTokenController.php Remove @group annotations 2014-07-10 08:12:48 +10:00