File

mod_c2s_limit_sessions/README.markdown @ 5210:898575a0c6f3

mod_http_oauth2: Switch to '303 See Other' redirects This is the recommendation by draft-ietf-oauth-v2-1-07 section 7.5.2. It is the only redirect code that guarantees the user agent will use a GET request, rather than re-submitting a POST request to the new URL. The latter would be bad for us, as we are encoding auth tokens in the form data.
author Matthew Wild <mwild1@gmail.com>
date Mon, 06 Mar 2023 10:37:43 +0000
parent 2876:ea6b5321db50
line wrap: on
line source

---
labels:
summary: Limit number of resources a user may connect
...

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

This module lets you limit number of resources a user may connect.

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

After installing and adding the module to `modules_enabled` you can
specify a limit with `max_resources` which defaults to 10.