auth-node: add sign-in resolver factory

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-02 10:07:22 +02:00
parent 12b4d8a3f8
commit 39e19858b8
4 changed files with 98 additions and 6 deletions
+3 -1
View File
@@ -41,7 +41,9 @@
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"passport": "^0.6.0",
"winston": "^3.2.1"
"winston": "^3.2.1",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",