Update Registration to new auth method

This commit is contained in:
William Oldham
2023-11-03 17:43:34 +00:00
parent 88bf4eb31b
commit c4f6e7a87f
8 changed files with 160 additions and 21 deletions

View File

@@ -19,6 +19,7 @@
"devDependencies": {
"@types/jsonwebtoken": "^9.0.4",
"@types/node": "^20.5.3",
"@types/node-forge": "^1.3.8",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
@@ -41,7 +42,9 @@
"fastify-metrics": "^10.3.2",
"fastify-type-provider-zod": "^1.1.9",
"jsonwebtoken": "^9.0.2",
"nanoid": "^3.3.6",
"neat-config": "^2.0.0",
"node-forge": "^1.3.1",
"prom-client": "^15.0.0",
"type-fest": "^4.2.0",
"winston": "^3.10.0",