mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 09:22:40 +01:00
7081923bd7
Summary: The Graph API exposes a new field, security_settings, which allows applications to see whether a user has enabled Secure Browsing. This diff adds a configuration setting to Phabricator which forces users to have Secure Browsing enabled when logging in via Facebook. Test Plan: With the configuration setting off, verify that secure browsing does not affect the ability to log in. With the configuration setting on and secure browsing off, verify that the login attempts is rejected. Then verify that the login attempt succeeds when secure browsing is enabled. Reviewers: epriestley Reviewed By: epriestley CC: arice, aran, Korvin Maniphest Tasks: T1487 Differential Revision: https://secure.phabricator.com/D2964 |
||
---|---|---|
.. | ||
PhabricatorOAuthProvider.php | ||
PhabricatorOAuthProviderDisqus.php | ||
PhabricatorOAuthProviderException.php | ||
PhabricatorOAuthProviderFacebook.php | ||
PhabricatorOAuthProviderGitHub.php | ||
PhabricatorOAuthProviderGoogle.php | ||
PhabricatorOAuthProviderPhabricator.php |