ud-annotatrix icon indicating copy to clipboard operation
ud-annotatrix copied to clipboard

GitHub OAuth

Open keggsmurph21 opened this issue 6 years ago • 3 comments

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 avatar Apr 11 '18 17:04 keggsmurph21

see issue #97

keggsmurph21 avatar Apr 11 '18 17:04 keggsmurph21

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

jonorthwash avatar Apr 23 '18 20:04 jonorthwash

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

jonorthwash avatar Nov 18 '18 19:11 jonorthwash