Setup Basic Authentication - miniOrange

Note: Drupal Core comes with a Basic Authentication module.

Basic Authentication is a very simple and straight-forward Authentication method. The client sends HTTP requests with an Authorization header that contains a base64-encoded  username and password of your Drupal site.

API Authentication

API Authentication modules restrict and secure unauthorized access to your Drupal site APIs using various authentication methods

The Drupal REST & JSON API Authentication module restricts and secures 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.

Subscribe with RSS Subscribe to RSS - JSON API Auth