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