]> git.immae.eu Git - github/fretlink/netlify-serverless-oauth2-backend.git/commitdiff
update for local testing url
authorMark Steele <mark.steele@autodesk.com>
Wed, 18 Apr 2018 16:21:28 +0000 (12:21 -0400)
committerMark Steele <mark.steele@autodesk.com>
Wed, 18 Apr 2018 16:21:28 +0000 (12:21 -0400)
auth.js

diff --git a/auth.js b/auth.js
index 3a75ce03ab376ef260c4cd33c34ca493b69cd020..616b07f61fa4fea72961d8bfb0ca1be8549a6a41 100644 (file)
--- 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',
 });