From 54d8310464712e3118069a5b2dd2ee60499cb09c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 21 Jan 2019 12:21:21 +0100 Subject: [PATCH] Add scope --- utils/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/auth.js b/utils/auth.js index 85b1db9..6958564 100644 --- a/utils/auth.js +++ b/utils/auth.js @@ -10,7 +10,7 @@ const auth0Config = { redirectUri: getRedirectUri(), audience: "http://dancefinder.unbound.se", responseType: "token id_token", - scope: "openid profile" + scope: "openid profile readwrite:settings" }; const webAuth = new AuthClient(auth0Config);