anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

feat: Allow user signup using Github #1082

Open Nibba2018 opened 4 years ago

Nibba2018 commented 4 years ago

Description

Include a summary of the change and relevant motivation/context. List any dependencies that are required for this change.

Fixes #1027

Type of Change:

Code/Quality Assurance Only

How Has This Been Tested?

Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.

Checklist:

Delete irrelevant options.

Code/Quality Assurance Only

Nibba2018 commented 3 years ago

GitHub login process so far: ezgif com-video-to-gif

User data printed to the terminal and stored in database(more data can be accessed):

{'username': 'Nibba2018', 'email': 'sohambiswas41@gmail.com', 'fullname': 'Soham Biswas', 'first_name': 'Soham', 'last_name': 'Biswas'}

Feature not implemented: Form auto-fill.

@kajol-kumari

satya7289 commented 3 years ago

GitHub login process so far: ezgif com-video-to-gif

User data printed to the terminal and stored in database(more data can be accessed):

{'username': 'Nibba2018', 'email': 'sohambiswas41@gmail.com', 'fullname': 'Soham Biswas', 'first_name': 'Soham', 'last_name': 'Biswas'}

Feature not implemented: Form auto-fill.

@Kajol-Kumari

You can do 1 things @Nibba2018 After the user is registered via GitHub, you have to ask (prompted different forms) where the user needs to fill the additional detail requires to registered for a user.