add no_auth login

This commit is contained in:
Emily
2024-07-03 01:37:27 +02:00
parent b214c7f613
commit d3b173940b
5 changed files with 109 additions and 13 deletions

View File

@@ -3,8 +3,6 @@ import { OAuth2Client } from 'google-auth-library';
import { createUserJwt } from '~/server/AuthManager';
import { UserModel } from '@schema/UserSchema';
import EmailService from '@services/EmailService';
import { ProjectModel } from '@schema/ProjectSchema';
import StripeService from '~/server/services/StripeService';
const { GOOGLE_AUTH_CLIENT_SECRET, GOOGLE_AUTH_CLIENT_ID } = useRuntimeConfig()