JULIERAJ / KIDS-FIRST-Back

KIDS FIRST 2024 MVP Backend
0 stars 1 forks source link

Fix/113/google auth #31

Closed ElenaCherpakova closed 3 months ago

ElenaCherpakova commented 3 months ago

Fix google authentication

One Line Description

User is able to register and login via Google

Test Steps

Once you pull please run npm i Once you register or log in, please check your MongoDB. Screen Shot 2024-07-15 at 9 30 10 PM

Database Changes (if there are any)

Added field in User Schema called googleUserId to store if that we receive from Google.

Screen Shot 2024-07-15 at 9 29 14 PM

Checklist