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);