diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-29 16:36:25 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2021-01-29 16:36:25 +0300 |
commit | 239057155ff52441227684accd23f81fade005c0 (patch) | |
tree | d5e2013b6b55b41f651969fcd0f49d27ea8ae38f /docs/configuration/auth.md | |
parent | 60b46540380e1467dcc0a93f7bfded84c5e98c64 (diff) | |
download | pleroma-239057155ff52441227684accd23f81fade005c0.tar.gz pleroma-239057155ff52441227684accd23f81fade005c0.zip |
[#3286] Documentation on configuring Pleroma as OAuth 2.0 provider.
Diffstat (limited to 'docs/configuration/auth.md')
-rw-r--r-- | docs/configuration/auth.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/auth.md b/docs/configuration/auth.md new file mode 100644 index 000000000..c80f094e7 --- /dev/null +++ b/docs/configuration/auth.md @@ -0,0 +1 @@ +See `Authentication` section of [the configuration cheatsheet](../configuration/cheatsheet.md#authentication). |