mod_auth_any/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 04 Mar 2021 01:42:47 +0100
changeset 4501 4c262e5a02b5
parent 3672 c393be92a7d4
permissions -rw-r--r--
mod_rest/openapi: Reorder request bodies becasue YAML Silly ordered key-value dicts, affecting how things show up in /that/ interactive documentation thing.

---
labels:
- 'Stage-Merged'
- 'Type-Auth'
summary: Authentication module that accepts any username and password
...

Introduction
============

This module accepts any username and password, which can be useful for
testing.

Configuration
=============

    authentication = "any"

Compatibility
=============

Should work with 0.8 and above.