Nactore-Org / Nacto-Care

Empowering Indian nurses to bridge the gap from 2.06 to 3 nurses per 1000 people as per WHO's convention, transforming healthcare employment in India
https://nacto-care.vercel.app
GNU General Public License v3.0
25 stars 57 forks source link

Feat: Adding Login with Google Functionality #195

Open antriksh-9 opened 1 month ago

antriksh-9 commented 1 month ago

Describe the feature

In Sign In form there is no functionality for users to sign in with Google, giving the user this feature improves overall user experience.

Add ScreenShots

Screenshot 2024-05-30 121555

Record

github-actions[bot] commented 1 month ago

Congratulations, @antriksh-9! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated, and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Harshil-Jani commented 1 month ago

This needs setting up OAuth2 in backend yeah ?

antriksh-9 commented 1 month ago

This needs setting up OAuth2 in backend yeah ?

Yeah.

mohit-bhandari45 commented 1 month ago

i can work on this issue as well under gssoc24

Harshil-Jani commented 1 month ago

@antriksh-9 We have JWT at the moment in backend. Probably you can try to get OAuth2 setup for google sso and integrate it with frontend.