Open Sean0z opened 2 weeks ago
Google Login currently checks if the user exists before adding the user to the table. This should be handled somewhere else
This will be resolved once there is a login middleware and we can call get user to see if the user already exists instead of handling it in the middleware itself
Google Login currently checks if the user exists before adding the user to the table. This should be handled somewhere else