wp-oauth

Wordpress OAuth2 authorization module for nodejs

Usage no npm install needed!

<script type="module">
  import wpOauth from 'https://cdn.skypack.dev/wp-oauth';
</script>

README

Wordpress OAuth authentication

node.js module to connect your application with wordpress.com

API

WPOAuth#urlToConnect(resource)

return a string with the url that points to first step for get the oauth connection.

WPOAuth#setCode(code)

Set the needed code to request the access token.

WPOAuth#requestAccessToken(fn)

Start the OAuth2 request to wordpress.com. The method execute callback function when it's done.

Example

Into example/ folder download the npm dependencies:

$ npm install

... and then run the application

$ node index.js

License

MIT – Copyright 2014 Automattic