This plugin provides an OAuth authentication provider to authenticate users using WordPress.com Connect.
This diff corresponds to the github pull request: https://github.com/facebook/libphutil/pull/36
Differential D9004
Add WordPress.com OAuth2 plugin Abbe on May 8 2014, 1:04 AM. Authored by Tags None Referenced Files
Subscribers
Details
This plugin provides an OAuth authentication provider to authenticate users using WordPress.com Connect. This diff corresponds to the github pull request: https://github.com/facebook/libphutil/pull/36 Configured Wordpress as an auth provider, saw it show up on the login screen, registered a new account, got proper defaults for my username/name/email/profile picture.
Diff Detail
Event TimelineComment Actions A few minor inlines. This generally looks great to me, everything inline is pretty minor. (On your test plan, have you not run this code at all?) What's your use case here in broad terms? For example: is this purely speculative ("someone might want to do this"), or do you or your company actually want to do this, or do you work for/with Automattic and want this for your own purposes and/or because WordPress users have expressed interest in it?
Comment Actions Sorry, I misunderstood that I need to provide some test cases here which I didn't have. We (at Automattic) are evaluating Phabricator, and have hacked this WordPress.com authentication provider to be able to authenticate users against WordPress.com, and it works fine.
Comment Actions
"Test Plan" is just an informal description of "what I did to make sure the code works". You can read some more details in the documentation here: https://secure.phabricator.com/book/phabricator/article/differential_test_plans/ In this case it would be something like: "Configured Wordpress as an auth provider, saw it show up on the login screen, registered a new account, got proper defaults for my username/name/email/profile picture.". This update is looks correct, but you've only included the most recent commit in the review. Do something like: arc diff master ...to include all the changes since master. Then I can accept and pull this. Thanks! Comment Actions
|