diff options
author | Mark Steele <mark.steele@autodesk.com> | 2018-04-18 12:21:28 -0400 |
---|---|---|
committer | Mark Steele <mark.steele@autodesk.com> | 2018-04-18 12:21:28 -0400 |
commit | e0e7fc3530d55b08cd8e31eef56ce8156d98f9e8 (patch) | |
tree | 2920f81569095df44b86291a9b981343d81d0ecc | |
parent | 3d0fd087c7940830e9ac983d990720240efe202c (diff) | |
download | netlify-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||