sc-auth
Version:
Auth module for SocketCluster
21 lines (20 loc) • 421 B
JSON
{
"name": "sc-auth",
"version": "6.0.0",
"description": "Auth module for SocketCluster",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Auth",
"SocketCluster",
"JWT"
],
"author": "Jonathan Gros-Dubois <grosjona@yahoo.com.au>",
"license": "MIT",
"dependencies": {
"jsonwebtoken": "^8.3.0",
"sc-errors": "^2.0.0"
}
}