perrybutler / WP-OAuth

A WordPress plugin that allows users to login or register by authenticating with an existing Google, Facebook, LinkedIn, Github, Reddit or Windows Live account via OAuth 2.0. Easily drops into new or existing sites, integrates with existing users.
GNU General Public License v2.0
97 stars 76 forks source link

Create class for refactoring #51

Closed EChaffraix closed 2 years ago

EChaffraix commented 8 years ago

Hi, I add windows azure authentication and to avoid copy/paste,

I create an abstract class in login-common who contains all common code. I mostly tested with curl all refactored class. Only ItemBase and Oauth Server need a refactoring.

The registering changed to handle email when available.

Regards