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

View File

@@ -23,9 +23,9 @@ export class GqlAuthGuard implements CanActivate {
const idToken = ctx.reqHeaders.authorization.split(' ')[1];
const authUser: User = {
uid: 'aabb22ccdd',
displayName: 'exampleUser',
photoURL: 'http://example.com/avatar',
id: 'aabb22ccdd',
name: 'exampleUser',
image: 'http://example.com/avatar',
email: 'me@example.com',
};