Add argon2

This commit is contained in:
2021-04-18 18:38:46 +02:00
parent b13755cf6b
commit 3421068855
2 changed files with 270 additions and 9 deletions

View File

@@ -23,11 +23,12 @@
"@adonisjs/lucid": "^10.0.0",
"@adonisjs/redis": "^5.0.9",
"@adonisjs/repl": "^1.0.0",
"tslib": "^2.2.0",
"luxon": "^1.26.0",
"mysql": "^2.18.1",
"phc-argon2": "^1.1.0",
"proxy-addr": "^2.0.6",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19"
"source-map-support": "^0.5.19",
"tslib": "^2.2.0"
}
}