You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
I'm a frontend developer who's been working on an internal R&D project to see how we can have a decoupled Drupal installation and a React frontend. I was thinking that Waterwheel and Reservoir would work well together, but that doesn't seem to be the case. I assume Waterwheel expects newer module versions (more specifically simple_oauth) than what Reservoir currently offers in its alpha state.
At least that's what I would gather from the error I'm getting when using jsonapi.get: Fatal error: Class Drupal\simple_oauth\Authentication\TokenAuthUser contains 6 abstract methods and must therefore be declared abstract or implement the remaining methods. Updating simple_oauth to the latest version doesn't seem to be supported on the current Reservoir version either.
Are there any plans in the future to bring the two closer together? As a non-backend developer, both Reservoir and Waterwheel seemed like great choices to keep my current API-first Javascript workflow going. Or should I go for a full-fledged Drupal 8 installation and implement RESTful APIs that way?