chore: created the route to initate magic link auth

This commit is contained in:
Balu Babu
2023-01-09 17:43:45 +05:30
parent d9e80ebef9
commit 32765b2d34
8 changed files with 63 additions and 13 deletions

21
pnpm-lock.yaml generated
View File

@@ -66,6 +66,7 @@ importers:
apollo-server-express: ^3.11.1
apollo-server-plugin-base: ^3.7.1
argon2: ^0.30.3
bcrypt: ^5.1.0
eslint: ^8.29.0
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1
@@ -79,6 +80,7 @@ importers:
ioredis: ^5.2.4
jest: ^29.3.1
jest-mock-extended: ^3.0.1
luxon: ^3.2.1
passport: ^0.6.0
passport-jwt: ^4.0.1
postmark: ^3.0.15
@@ -106,6 +108,7 @@ importers:
apollo-server-express: 3.11.1_4mq2c443wwzwcb6dpxnwkfvrzm
apollo-server-plugin-base: 3.7.1_graphql@15.8.0
argon2: 0.30.3
bcrypt: 5.1.0
express: 4.18.2
fp-ts: 2.13.1
graphql: 15.8.0
@@ -114,6 +117,7 @@ importers:
graphql-subscriptions: 2.0.0_graphql@15.8.0
io-ts: 2.2.16_fp-ts@2.13.1
ioredis: 5.2.4
luxon: 3.2.1
passport: 0.6.0
passport-jwt: 4.0.1
postmark: 3.0.15
@@ -7225,6 +7229,18 @@ packages:
safe-buffer: 5.1.2
dev: true
/bcrypt/5.1.0:
resolution: {integrity: sha512-RHBS7HI5N5tEnGTmtR/pppX0mmDSBpQ4aCBsj7CEQfYXDcO74A8sIBYcJMuCsis2E81zDxeENYhv66oZwLiA+Q==}
engines: {node: '>= 10.0.0'}
requiresBuild: true
dependencies:
'@mapbox/node-pre-gyp': 1.0.10
node-addon-api: 5.0.0
transitivePeerDependencies:
- encoding
- supports-color
dev: false
/binary-extensions/2.2.0:
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
engines: {node: '>=8'}
@@ -12622,6 +12638,11 @@ packages:
engines: {node: '>=12'}
dev: false
/luxon/3.2.1:
resolution: {integrity: sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==}
engines: {node: '>=12'}
dev: false
/macos-release/2.5.0:
resolution: {integrity: sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==}
engines: {node: '>=6'}