react-session-control
Version:
Component to provide session control. It controls how long the user can be inactive and observes the storage checking for token existence.
41 lines (40 loc) • 995 B
JSON
{
"name": "react-session-control",
"version": "2.0.12",
"description": "Component to provide session control. It controls how long the user can be inactive and observes the storage checking for token existence.",
"main": "dist/index.js",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^16.9.26",
"react": "^16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LaeraFelipe/react-session-control"
},
"keywords": [
"react",
"session",
"control",
"tabs",
"storage",
"token",
"sync",
"inactive",
"inactivty",
"timeout"
],
"author": "Felipe Laera Ignacio",
"license": "MIT",
"bugs": {
"url": "https://github.com/LaeraFelipe/session-controlera/issues"
},
"homepage": "https://github.com/LaeraFelipe/session-controlera#readme",
"dependencies": {}
}