aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMark Steele <mark.steele@autodesk.com>2018-04-18 12:21:42 -0400
committerMark Steele <mark.steele@autodesk.com>2018-04-18 12:21:42 -0400
commit87ba8d9b1e382604d8071b64ff6749f4db8d7e44 (patch)
tree6a7f4fa951756ee31a5b69bc23235a6e28bef3e2
parente0e7fc3530d55b08cd8e31eef56ce8156d98f9e8 (diff)
downloadnetlify-serverless-oauth2-backend-87ba8d9b1e382604d8071b64ff6749f4db8d7e44.tar.gz
netlify-serverless-oauth2-backend-87ba8d9b1e382604d8071b64ff6749f4db8d7e44.tar.zst
netlify-serverless-oauth2-backend-87ba8d9b1e382604d8071b64ff6749f4db8d7e44.zip
update for local testing urlHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 81a44f9..fe162f9 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ const secrets = new Secrets({
32 OAUTH_AUTHORIZE_PATH: '/login/oauth/authorize', 32 OAUTH_AUTHORIZE_PATH: '/login/oauth/authorize',
33 OAUTH_CLIENT_ID: 'foo', 33 OAUTH_CLIENT_ID: 'foo',
34 OAUTH_CLIENT_SECRET: 'bar', 34 OAUTH_CLIENT_SECRET: 'bar',
35 REDIRECT_URL: 'http://localhost:3000/oauth/callback', 35 REDIRECT_URL: 'http://localhost:3000/callback',
36 OAUTH_SCOPES: 'repo,user', 36 OAUTH_SCOPES: 'repo,user',
37}); 37});
38``` 38```