ud-annotatrix
ud-annotatrix copied to clipboard
GitHub OAuth
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 dependenciesgithub-flask
andpython-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.
see issue #97
@keggsmurph21 as soon as you resolve conflicts I'll merge this.
Is this PR/branch out of date at this point?