|
2 years ago | |
---|---|---|
content | 2 years ago | |
.gitignore | 2 years ago | |
Procfile | 2 years ago | |
Readme.md | 2 years ago | |
app.json | 2 years ago | |
github.py | 2 years ago | |
requirements.txt | 2 years ago | |
runtime.txt | 2 years ago |
This branch contains the files needed
for heroku to run a flask oauth server
to authenticate Github users.
Files:
Procfile
- tells heroku what application to runapp.json
- info about the application for herokugithub.py
- github authentication applicationrequirements.txt
- how to install what with pythonruntime.txt
- version of python to use