From ed878508e2425ae902a7427b4e7726d35f8d29ce Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 30 Nov 2016 15:04:18 +0300 Subject: Restructured README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1ca55f3..abc3b7a 100644 --- a/README.md +++ b/README.md @@ -91,17 +91,6 @@ Here are the main concepts: surprising, please see the following example: -Keep in mind that: - -- Domains are converted into lower case (coming from a data source or HTTP requests). -- Emails are converted into lower case (coming from a data source or OAuth2 providers). -- Groups are case-sensitive and treated as is. -- HTTP methods are *case-sensitive*. -- HTTP query parameters are ignored when matching a request against the rules. -- Privileges are case-sensitive and treated as is. -- SQL wildcards (`_` and `%`) are supported for emails, domains, paths. - - Privileges example ------------------ @@ -138,6 +127,17 @@ privilege. Likewise `readers` have no access to e.g. `/wiki/edit/delete_everything.php`. +Keep in mind that: + +- Domains are converted into lower case (coming from a data source or HTTP requests). +- Emails are converted into lower case (coming from a data source or OAuth2 providers). +- Groups are case-sensitive and treated as is. +- HTTP methods are *case-sensitive*. +- HTTP query parameters are ignored when matching a request against the rules. +- Privileges are case-sensitive and treated as is. +- SQL wildcards (`_` and `%`) are supported for emails, domains, paths. + + HTTP headers passed to the back-end server ------------------------------------------ -- cgit v1.2.3