Auth0 + Socket.io
This is the seed project you need to use if you're going to create a Socket.io single page app that will use Auth0.
Running the example
In order to run the example, you need to have node installed.
- run
npm install - run
node index.jsin the directory of this project.
Go to http://localhost:3001 and you'll see the app running :).