add accessToken function to client and server

This commit is contained in:
raphael
2019-02-11 12:43:23 +01:00
parent 01aa08b2b1
commit b29ed0a066
3 changed files with 73 additions and 14 deletions

View File

@@ -5,7 +5,8 @@
"main": "server.js",
"directories": {},
"scripts": {
"test": "echo \"No tests needed!\" && exit 1"
"test": "echo \"No tests needed!\" && exit 1",
"server": "node server.js"
},
"repository": {
"type": "git",