added session expiration

This commit is contained in:
Ebube
2023-04-24 15:40:46 +01:00
parent 1ff90991dd
commit 0a00e12b58
3 changed files with 53 additions and 4 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user"
#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser"
REACT_APP_SESSION_EXPIRE_MINUTES=5
REACT_APP_SESSION_EXPIRE_MINUTES=300000
REACT_APP_SESSION_EXPIRE_CHECKER=60000
REACT_APP_LOGIN_ERROR_TIMEOUT=7000