-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Add OAuth2.0 authentication for Google and GitHub. Users should be able to log in using their Google or GitHub accounts.
Tasks:
- Set up OAuth for Google and GitHub using passport.js or another library.
- Create the necessary routes for handling OAuth login.
- Store user information in the database upon successful login.
Skills: Node.js, OAuth, Express, passport.js, API Integration