Replace Table with responsive Card. Add refresh of token and retry on 401 errors

This commit is contained in:
2019-01-18 14:03:58 +01:00
parent d4f432f422
commit 86486795f6
11 changed files with 230 additions and 248 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const auth0Config = {
domain: "unbound.eu.auth0.com",
clientID: "orQfnvCPUR5C3mJkKoiWLQHOVQsBn60e",
redirectUri: getRedirectUri(),
audience: "https://unbound.eu.auth0.com/userinfo",
audience: "http://dancefinder.unbound.se",
responseType: "token id_token",
scope: "openid profile"
};