Skip to content

Instantly share code, notes, and snippets.

@DavidOndrus
Created May 21, 2018 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidOndrus/dbe03c573b6bbfdeee39a3cfefebb1c8 to your computer and use it in GitHub Desktop.
Save DavidOndrus/dbe03c573b6bbfdeee39a3cfefebb1c8 to your computer and use it in GitHub Desktop.
waterwheel.js config
{
base: 'http://drupal',
oauth: {
grant_type: 'password',
client_id: '<client_id>',
client_secret: '<client_secret>',
scope: 'student teacher authenticated',
username: '<drupal_username>',
password: '<drupal_password>'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment