aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMark Steele <mark.steele@autodesk.com>2018-04-18 12:21:28 -0400
committerMark Steele <mark.steele@autodesk.com>2018-04-18 12:21:28 -0400
commite0e7fc3530d55b08cd8e31eef56ce8156d98f9e8 (patch)
tree2920f81569095df44b86291a9b981343d81d0ecc
parent3d0fd087c7940830e9ac983d990720240efe202c (diff)
downloadnetlify-serverless-oauth2-backend-e0e7fc3530d55b08cd8e31eef56ce8156d98f9e8.tar.gz
netlify-serverless-oauth2-backend-e0e7fc3530d55b08cd8e31eef56ce8156d98f9e8.tar.zst
netlify-serverless-oauth2-backend-e0e7fc3530d55b08cd8e31eef56ce8156d98f9e8.zip
update for local testing url
-rw-r--r--auth.js2
1 files changed, 1 insertions, 1 deletions
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({
8 OAUTH_AUTHORIZE_PATH: '/login/oauth/authorize', 8 OAUTH_AUTHORIZE_PATH: '/login/oauth/authorize',
9 OAUTH_CLIENT_ID: 'foo', 9 OAUTH_CLIENT_ID: 'foo',
10 OAUTH_CLIENT_SECRET: 'bar', 10 OAUTH_CLIENT_SECRET: 'bar',
11 REDIRECT_URL: 'http://localhost:3000/oauth/callback', 11 REDIRECT_URL: 'http://localhost:3000/callback',
12 OAUTH_SCOPES: 'repo,user', 12 OAUTH_SCOPES: 'repo,user',
13}); 13});
14 14