view mod_auth_any/README.markdown @ 5394:434ee49b04de

mod_http_oauth2: Allow loopback IP literals in redirect URIs Previously only exactly "http://localhost" was allowed, but RFC 8252 seems to recommend both ::1 and 127.0.0.1 be allowed.
author Kim Alvefur <zash@zash.se>
date Sun, 30 Apr 2023 17:16:47 +0200
parents c393be92a7d4
children
line wrap: on
line source

---
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.