Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnikolovski/no_auth

Drupal 8/9 - Authentication provider that requires no authentication.
https://github.com/gnikolovski/no_auth

authentication authentication-provider drupal drupal-8 drupal-9 rest rest-api

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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.

* For a full description of the module, visit the project page:
https://github.com/gnikolovski/no_auth

* To submit bug reports and feature suggestions, or to track changes:
https://github.com/gnikolovski/no_auth/issues

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:
* Goran Nikolovski (gnikolovski) - https://www.drupal.org/u/gnikolovski