acquia / waterwheel.js

A generic JavaScript helper library to query and manipulate Drupal 8 via core REST and JSON API
https://github.com/acquia/waterwheel.js
232 stars 26 forks source link

Automatically fetch OAuth Bearer tokens. #51

Closed mattgrill closed 7 years ago

mattgrill commented 7 years ago

Automatically fetch OAuth Bearer tokens from Drupal. Thanks @infiniteluke for his help + review.

e0ipso commented 7 years ago

I know this is out of scope for this PR. Is there any way to make un-authenticated requests once the client is initialized with OAuth config?

mattgrill commented 7 years ago

@e0ipso Hi. Currently not, but that was on my radar. I can probably add that functionality in a minor point release after this.