Drupal Auth Client
npm install drupal-auth-clientMake sure your Drupal site is using the simple_oauth Drupal module.
``javascript`
import { drupalAuthClient } from "drupal-auth-client";
`javascript``
const client = drupalAuthClient("https://drupal.site", {
clientId: "client_id",
clientSecret: "client_secret",
});
Development sponsored by Octahedroid