Added functionality for Github Oauth on the backend. This includes:
adding an endpoint that creates or find a user based on oauth params
adding uid and auth_token to users table
updating UserSerializer to contain new things needed for oauth
Necessary checkmarks:
[] All Tests are Passing
[X] The code will run locally
Type of change
[X] New feature
[] Bug Fix
Check the correct boxes
[X] This broke nothing
[] This broke some stuff
[] This broke everything
Testing Changes
[X] No Tests have been changed
[] Some Tests have been changed
[] All of the Tests have been changed(Please describe what in the world happened)
Checklist:
[X] My code has no unused/commented out code
[X] I have reviewed my code
[] I have commented my code, particularly in hard-to-understand areas
[X] I have fully tested my code
Implements/Fixes:
Added functionality for Github Oauth on the backend. This includes:
Necessary checkmarks:
Type of change
Check the correct boxes
Testing Changes
Checklist:
TY!