From f1b1c133c26db791a888fa8da92e6fd6bc2c02c5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Feb 2019 16:43:59 +0200 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index 280ed4d..8774cad 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -163,7 +163,9 @@ Rule Name: Encrich Wekan login } ``` -### 3) Snap settings, change to it from above client-id, secret, server-url and web-origin (=namespace for rules function above) +### 3) Snap settings, change to it from above client-id, secret, server-url and web-origin (=namespace for rules function above). + +Note: namespace works for multiple apps. For example, you can use same namespace url for many different wekan board apps that have different client-id etc, and different board url, and still use same namespace url like https://boards.example.com . ``` sudo snap set wekan oauth2-client-id='abcde12345' sudo snap set wekan oauth2-secret='54321abcde'