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

Allow custom Oauth Providers #49

Open zspencer opened 8 years ago

zspencer commented 8 years ago

Connects #48

@perrybutler - This was a relatively quick/hacky way to put together a generic custom oauth provider. There's still some stuff that'soutstanding that may be worth poking at:

  1. [ ] Programatically figure out if we need to add a ? at the end of the urls or something; right now we have to remember to set them (or not).
  2. [ ] Allow configuration for json vs query param implementations.
  3. [ ] Make whether to look for expires_in/expires_at in the response configurable
  4. [ ] Allow Customization of what the provider is called in the providers list
  5. [ ] Document how to use it/set it up.
danielabbatt commented 7 years ago

Any chance of getting this merged?

stephandesouza commented 6 years ago

Hey @perrybutler any change to get this plugin maintained?