WP-OAuth
WP-OAuth copied to clipboard
Allow custom Oauth Providers
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:
- [ ] 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). - [ ] Allow configuration for json vs query param implementations.
- [ ] Make whether to look for expires_in/expires_at in the response configurable
- [ ] Allow Customization of what the provider is called in the providers list
- [ ] Document how to use it/set it up.
Any chance of getting this merged?
Hey @perrybutler any change to get this plugin maintained?