Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub OAuth #280

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

GitHub OAuth #280

wants to merge 7 commits into from

Conversation

keggsmurph21
Copy link
Collaborator

Contains a few files:

  • /server/server.py UPDATED to include routes for
    • /login sends out the OAuth request
    • /github-callback after attempted authentication
  • /requirements.txt for tracking module dependencies for the localhost server (incl. new dependencies github-flask and python-dotenv
  • /.gitignore

Designed and tested for the localhost version. Users can login to GitHub by navigating to http://localhost:5316/login. Currently, logging in does not add any extra functionality, but it will in the future.

@keggsmurph21
Copy link
Collaborator Author

see issue #97

@jonorthwash
Copy link
Owner

@keggsmurph21 as soon as you resolve conflicts I'll merge this.

@jonorthwash
Copy link
Owner

Is this PR/branch out of date at this point?

@jonorthwash jonorthwash force-pushed the master branch 7 times, most recently from c8c83a7 to b6180dc Compare June 11, 2021 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants