diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-03-21 22:05:32 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-03-21 22:05:32 +0000 |
| commit | 8ff531535c90ec336dee8e99c5fd3609ed1e149f (patch) | |
| tree | 6f73680be922ef0523ff5c8170e618ce64aeabac /app/views/githublogin.py | |
| parent | 0385590922286093c6c77ca10364b59ef06a240e (diff) | |
| download | cheatdb-8ff531535c90ec336dee8e99c5fd3609ed1e149f.tar.xz | |
Remove access to repos from Github scope
Diffstat (limited to 'app/views/githublogin.py')
| -rw-r--r-- | app/views/githublogin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/githublogin.py b/app/views/githublogin.py index 8d437ee..f04e8de 100644 --- a/app/views/githublogin.py +++ b/app/views/githublogin.py @@ -9,7 +9,7 @@ from app.models import * @app.route("/user/github/start/") def github_signin_page(): - return github.authorize("public_repo,repo") + return github.authorize("") def _do_login_user(user, remember_me=False): |
