set the internal token expiration buffer to "0" to allow for tokens to expire in less than 10 minutes as it was before
This commit is contained in:
@@ -56,7 +56,7 @@ export interface TokenErrorJson {
|
||||
}
|
||||
|
||||
// constants
|
||||
const AUTH_EXPIRY_BUFFER = 10 * 60 * -1; // 10 mins in seconds
|
||||
const AUTH_EXPIRY_BUFFER = 0; // 0 seconds buffer
|
||||
|
||||
/**
|
||||
* Returns the instant of time in seconds.
|
||||
|
||||
Reference in New Issue
Block a user