Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gnikolovski/no_auth
- Owner: gnikolovski
- Created: 2019-08-23T19:45:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T13:19:11.000Z (over 2 years ago)
- Last Synced: 2024-11-14T15:59:52.443Z (about 2 months ago)
- Topics: authentication, authentication-provider, drupal, drupal-8, drupal-9, rest, rest-api
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------* Introduction
* Requirements
* Installation
* Configuration
* MaintainersINTRODUCTION
------------- 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/issuesREQUIREMENTS
------------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