feat: implement argon2 and changed session data type to timestamptz

This commit is contained in:
Sérgio Salgado 2021-04-27 00:01:31 +01:00 committed by Josh Harvey
parent 86a245f6ba
commit 15769cd1bf
6 changed files with 185 additions and 10 deletions

View file

@ -8,6 +8,7 @@
"dependencies": {
"@fczbkk/uuid4": "^3.0.0",
"apollo-server-express": "^2.9.14",
"argon2": "^0.27.2",
"axios": "^0.16.1",
"base-x": "^3.0.2",
"bchaddrjs": "^0.3.0",