Add scope

This commit is contained in:
2019-01-21 12:21:21 +01:00
parent 76de857c97
commit 54d8310464
+1 -1
View File
@@ -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);