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

index 81a44f95917b694ae409db71763fb02c92528605..fe162f90bc5439680a4958b1274b5557fa252286 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,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',
 });
 ```