react-session-token-encryption
Version:
"Encrypt, decrypt session token as well as get token expire time and validate from react application"
22 lines (21 loc) • 534 B
JSON
{
"name": "react-session-token-encryption",
"version": "1.0.0",
"description": "\"Encrypt, decrypt session token as well as get token expire time and validate from react application\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-session",
"session-token",
"encrypt-token",
"encrypt-decrypt-token"
],
"author": "Nachiket Kulkarni",
"license": "ISC",
"dependencies": {
"aes256": "^1.1.0",
"jwt-decode": "^3.1.2"
}
}