1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/auth
Ashish SHUKLA 0da22abdb5 WordPress.com OAuth2 plugin
Summary:
This plugin provides an OAuth authentication provider to authenticate users using WordPress.com Connect.

This diff corresponds to github pull request https://github.com/facebook/phabricator/pull/593/ and had its libphutil counterpart reviewed in D9004.

Test Plan: Configured WordPress.com as an authentication provider, saw it show up on the login screen, registered a new account, got expected defaults for my username/name/email/profile picture.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D9019
2014-05-08 14:23:19 -07:00
..
action Rate limit multi-factor actions 2014-04-30 14:30:31 -07:00
application Require multiple auth factors to establish web sessions 2014-05-01 10:23:02 -07:00
constants Tune cookie behaviors for 'phcid', 'phreg', etc 2014-03-14 14:33:31 -07:00
controller Require multiple auth factors to establish web sessions 2014-05-01 10:23:02 -07:00
data Add "High Security" mode to support multi-factor auth 2014-04-27 17:31:11 -07:00
editor
engine Minor cleanup of some session code 2014-05-01 10:23:19 -07:00
exception Make two-factor auth actually work 2014-04-28 10:20:54 -07:00
factor Generate QR codes for TOTP tokens 2014-05-01 10:23:11 -07:00
garbagecollector Expire and garbage collect unused sessions 2014-01-15 13:56:16 -08:00
management Add bin/auth list-factors and bin/auth strip to remove multi-factor auth 2014-04-30 14:30:00 -07:00
phid Add multi-factor auth and TOTP support 2014-04-28 09:27:11 -07:00
provider WordPress.com OAuth2 plugin 2014-05-08 14:23:19 -07:00
query Allow users to terminate login sessions 2014-03-17 15:02:01 -07:00
storage Minor cleanup of some session code 2014-05-01 10:23:19 -07:00
view