Feat: jambonz clients (#104)

* authenticate user

* authenticate user

* update db helper

* update db helper

* fix jslint

* use digest-utils
This commit is contained in:
Hoan Luu Huu
2023-06-15 18:36:33 +07:00
committed by GitHub
parent f7b3815ee3
commit c37d417a69
4 changed files with 33 additions and 64 deletions

View File

@@ -25,14 +25,14 @@
"jslint": "eslint app.js lib"
},
"dependencies": {
"@jambonz/db-helpers": "^0.9.0",
"@jambonz/http-authenticator": "^0.2.2",
"@jambonz/db-helpers": "^0.9.1",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.8.6",
"@jambonz/rtpengine-utils": "^0.4.3",
"@jambonz/siprec-client-utils": "^0.2.5",
"@jambonz/stats-collector": "^0.1.8",
"@jambonz/time-series": "^0.2.5",
"@jambonz/digest-utils": "^0.0.2",
"aws-sdk": "^2.1354.0",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",