aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-11-13 18:42:07 +0000
committerlambda <pleromagit@rogerbraun.net>2018-11-13 18:42:07 +0000
commit11f8a4f312675a82d5fed9c5e75fed63a8456ffc (patch)
tree18c0c0d6d966ca23f4644638974613d75ba1c8fe /README.md
parente9b68b8c972e25df852543e9aa6670088bee06bb (diff)
parent9f64c96721028b2749f17cbf7bd910382ce58154 (diff)
Merge branch 'oauth' into 'develop'
Move login to oauth. See merge request pleroma/pleroma-fe!367
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5a3e2a4b..b6e5a586 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,9 @@ npm run unit
# Configuration
Edit config.json for configuration. scopeOptionsEnabled gives you input fields for CWs and the scope settings.
+
+## Options
+
+### Login methods
+
+```loginMethod``` can be set to either ```password``` (the default) or ```token```, which will use the full oauth redirection flow, which is useful for SSO situations.