From 4dd06a28ceed56f1bb2d850ca3427e5cc88d6380 Mon Sep 17 00:00:00 2001 From: Annyv2 Date: Mon, 23 Nov 2015 19:58:04 -0430 Subject: [PATCH] Update README.md --- example/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/README.md b/example/README.md index e9a6ce2..533d4a1 100644 --- a/example/README.md +++ b/example/README.md @@ -14,8 +14,6 @@ AUTH0_CLIENT_SECRET=myCoolSecret AUTH0_CLIENT_ID=myCoolClientId AUTH0_DOMAIN=samples.auth0.com ```` -On your application in Auth0 you need to set http://localhost:3001 as an Allowed Origin (CORS) in the application settings page. - 1. run npm install 1. run node index.js in the directory of this project.