From e0e7fc3530d55b08cd8e31eef56ce8156d98f9e8 Mon Sep 17 00:00:00 2001 From: Mark Steele Date: Wed, 18 Apr 2018 12:21:28 -0400 Subject: update for local testing url --- auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.js b/auth.js index 3a75ce0..616b07f 100644 --- a/auth.js +++ b/auth.js @@ -8,7 +8,7 @@ const secrets = new Secrets({ OAUTH_AUTHORIZE_PATH: '/login/oauth/authorize', OAUTH_CLIENT_ID: 'foo', OAUTH_CLIENT_SECRET: 'bar', - REDIRECT_URL: 'http://localhost:3000/oauth/callback', + REDIRECT_URL: 'http://localhost:3000/callback', OAUTH_SCOPES: 'repo,user', }); -- cgit v1.2.3