aboutsummaryrefslogtreecommitdiffhomepage
path: root/auth.js
diff options
context:
space:
mode:
authorMark Steele <mark.steele@autodesk.com>2018-04-18 11:52:36 -0400
committerMark Steele <mark.steele@autodesk.com>2018-04-18 11:52:36 -0400
commitcfe8d6b8a3a245179a5df8137e0362d959c35d4c (patch)
tree07f6121d8bdf77ccff65847710a26dad90c41aa3 /auth.js
parent80b6050c258f8504b04d59c5db67ddadc3403721 (diff)
downloadnetlify-serverless-oauth2-backend-cfe8d6b8a3a245179a5df8137e0362d959c35d4c.tar.gz
netlify-serverless-oauth2-backend-cfe8d6b8a3a245179a5df8137e0362d959c35d4c.tar.zst
netlify-serverless-oauth2-backend-cfe8d6b8a3a245179a5df8137e0362d959c35d4c.zip
adding doc
Diffstat (limited to 'auth.js')
-rw-r--r--auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.js b/auth.js
index c29823f..3a75ce0 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: 'https://www.control-alt-del.org/oauth/callback', 11 REDIRECT_URL: 'http://localhost:3000/oauth/callback',
12 OAUTH_SCOPES: 'repo,user', 12 OAUTH_SCOPES: 'repo,user',
13}); 13});
14 14