We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 138f39c + bf31e02 commit 2572485Copy full SHA for 2572485
web-assets/js/setupAuth0WithRedirect.js
@@ -31,7 +31,7 @@ const authSetup = function () {
31
const tcJWTCookie = 'tcjwt';
32
const tcSSOCookie = 'tcsso';
33
const cookieExpireIn = 12 * 60; // 12 hrs
34
- const refreshTokenInterval = 60000; // in milliseconds
+ const refreshTokenInterval = 30000; // in milliseconds
35
const refreshTokenOffset = 65; // in seconds
36
const shouldLogout = qs['logout'];
37
const regSource = qs['regSource'];
0 commit comments