aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/development/authentication_authorization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/authentication_authorization.md b/docs/development/authentication_authorization.md
index 183bfc2c9..dd1a89108 100644
--- a/docs/development/authentication_authorization.md
+++ b/docs/development/authentication_authorization.md
@@ -16,6 +16,6 @@
* With non-OAuth authentication ([HTTP Basic Authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization) or HTTP header- or params-provided auth), OAuth scopes check is _not_ performed for any action (since password is provided during the auth, requester is able to obtain a token with full permissions anyways); auth plugs invoke `Pleroma.Helpers.AuthHelper.skip_oauth(conn)` in this case.
-## Auth-related configuration, OAuth consumer mode etc.
+### Auth-related configuration, OAuth consumer mode etc.
See `Authentication` section of [the configuration cheatsheet](../configuration/cheatsheet.md#authentication).