web-server 注册、登录、获取服务器列表;game-server token 校验

This commit is contained in:
liangtongchuan
2020-08-19 14:40:11 +08:00
parent 0458817b51
commit 940879016f
32 changed files with 1144 additions and 38 deletions
+18
View File
@@ -2844,6 +2844,14 @@
"which": "^1.2.9"
}
},
"csprng": {
"version": "0.1.2",
"resolved": "https://registry.npm.taobao.org/csprng/download/csprng-0.1.2.tgz",
"integrity": "sha1-S8aPEvo2jSUqWYQcusqXSxirReI=",
"requires": {
"sequin": "*"
}
},
"csrf": {
"version": "3.1.0",
"resolved": "https://registry.npm.taobao.org/csrf/download/csrf-3.1.0.tgz",
@@ -9137,6 +9145,11 @@
"upper-case-first": "^1.1.2"
}
},
"sequin": {
"version": "0.1.1",
"resolved": "https://registry.npm.taobao.org/sequin/download/sequin-0.1.1.tgz",
"integrity": "sha1-XC04nWajg3NOqvvEXt6ywcsb5wE="
},
"serialize-json": {
"version": "1.0.3",
"resolved": "https://registry.npm.taobao.org/serialize-json/download/serialize-json-1.0.3.tgz",
@@ -10096,6 +10109,11 @@
"random-bytes": "~1.0.0"
}
},
"underscore": {
"version": "1.10.2",
"resolved": "https://registry.npm.taobao.org/underscore/download/underscore-1.10.2.tgz?cache=0&sync_timestamp=1585605854253&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funderscore%2Fdownload%2Funderscore-1.10.2.tgz",
"integrity": "sha1-c9aqNmjzGI5K2w8ZQ70Sz9fvqq8="
},
"unescape": {
"version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/unescape/download/unescape-1.0.1.tgz",