chore: add jwks-rsa library
parent
8eb2156845
commit
5b0334c18b
|
@ -27,6 +27,7 @@ WWebJS
|
||||||
*/wwebjs_auth/*
|
*/wwebjs_auth/*
|
||||||
.wwebjs_cache
|
.wwebjs_cache
|
||||||
*/wwebjs_cache/*
|
*/wwebjs_cache/*
|
||||||
|
jwtHITRS256.key.pub
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"http-graceful-shutdown": "^2.3.2",
|
"http-graceful-shutdown": "^2.3.2",
|
||||||
"ioredis": "^5.2.3",
|
"ioredis": "^5.2.3",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
|
"jwks-rsa": "^3.1.0",
|
||||||
"multer": "^1.4.2",
|
"multer": "^1.4.2",
|
||||||
"mysql2": "^2.2.5",
|
"mysql2": "^2.2.5",
|
||||||
"pg": "^8.4.1",
|
"pg": "^8.4.1",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "whaticket",
|
"name": "projeto-hit",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
Loading…
Reference in New Issue