Skip to content

Drupal 8/9 - Authentication provider that requires no authentication.

Notifications You must be signed in to change notification settings

gnikolovski/no_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

  • Authentication provider that requires no authentication. You can use this module to allow anonymous users to POST to your REST Api endpoints.

  • Adds form as accepted request format. It decodes form data and returns JSON.

REQUIREMENTS

This module requires no modules outside of Drupal core.

INSTALLATION

Use the following command to install the module:

composer require gnikolovski/no_auth

CONFIGURATION

There is no global configuration.

MAINTAINERS

Current maintainers: