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.
1 parent 1f8ea3b commit bf31e02Copy full SHA for bf31e02
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