aiillssa / Husky-Hustler-Backend

Backend for husky hustler. Here is the frontend: https://github.com/aiillssa/Husky-Hustlers-Frontend
1 stars 0 forks source link

GoogleLogin Formatting #14

Open Sean0z opened 2 weeks ago

Sean0z commented 2 weeks ago

Google Login currently checks if the user exists before adding the user to the table. This should be handled somewhere else

Sean0z commented 1 week ago

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