2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Update README.md

This commit is contained in:
Annyv2 2015-11-23 19:58:04 -04:30
parent cf81a579a5
commit 4dd06a28ce

View File

@ -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.