We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efc296 commit 3e060b3Copy full SHA for 3e060b3
Sample-01/src/index.js
@@ -18,6 +18,7 @@ const config = getConfig();
18
const providerConfig = {
19
domain: config.domain,
20
clientId: config.clientId,
21
+ cacheLocation: 'localstorage',
22
onRedirectCallback,
23
authorizationParams: {
24
redirect_uri: window.location.origin,
0 commit comments