chore: add jwks-rsa library

feat-hitphone-integration
Henrriky 2024-05-08 12:07:39 -03:00
parent 8eb2156845
commit 5b0334c18b
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ WWebJS
*/wwebjs_auth/* */wwebjs_auth/*
.wwebjs_cache .wwebjs_cache
*/wwebjs_cache/* */wwebjs_cache/*
jwtHITRS256.key.pub
# testing # testing
/coverage /coverage

View File

@ -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",

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "whaticket", "name": "projeto-hit",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {