2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
socketio-jwt/example
Annyv2 37bb5bbc09 Update index.js
Updated console log to show the JWT
2015-11-23 20:17:16 -04:30
..
.gitignore Introduced a new example 2015-10-15 17:12:11 -04:30
index.html Introduced a new example 2015-10-15 17:12:11 -04:30
index.js Update index.js 2015-11-23 20:17:16 -04:30
package.json Introduced a new example 2015-10-15 17:12:11 -04:30
README.md Update README.md 2015-11-23 20:00:28 -04:30

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.

  1. run npm install
  2. run node index.js in the directory of this project.

Go to http://localhost:3001 and you'll see the app running :).