Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

API Authentication

The Drupal REST & JSON API Authentication module restrict and secure unauthorized access to your Drupal site APIs using different authentication methods including:

This module also allows you to authenticate API calls in a Headless/Decoupled Drupal setup.

  1. Basic Authentication
  2. API Key based authentication
  3. Access Token/OAuth Based authentication
  4. JWT Token based Authentication
  5. 3rd Party Provider token authentication

Setup Basic Authentication

Setup restriction and authentication for your Drupal APIs using Basic Authentication method

API Key Authentication

Setup restriction and authentication for your Drupal APIs using API Key Authentication method

Setup Access Token / OAuth Based Authentication

Setup restriction and authentication for your Drupal APIs using Access Token / OAuth Based Authentication method

JWT Authentication

Setup restriction and authentication for your Drupal APIs using JWT Authentication method

REST API Authentication using External Identity Provider

Setup restriction and authentication for your Drupal APIs using Third party Authentication method