oss-slu / Enhancing-Bioinformatics-Research-through-LLM

Apache License 2.0
0 stars 0 forks source link

Add Functionality for "Sign Up with GitHub" Button #44

Open AjithAkuthota23 opened 6 days ago

AjithAkuthota23 commented 6 days ago

The "Sign Up with GitHub" button is already present on the signup page but currently has no functionality. This issue involves integrating GitHub OAuth 2.0 into the existing React frontend and Node.js backend, enabling users to securely sign up with their GitHub accounts. The implementation should include error handling and secure data storage in the MongoDB database.

Acceptance Criteria