drupal-auth-client
v1.0.2
Published
Drupal Auth Client
Readme
Drupal Auth Client
Prerequisites
Make sure your Drupal site is using the simple_oauth Drupal module.
Usage
Importing library
import { drupalAuthClient } from "drupal-auth-client";Using client_credentials
const client = drupalAuthClient("https://drupal.site", {
clientId: "client_id",
clientSecret: "client_secret",
});Supporting organizations
Development sponsored by Octahedroid
