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

Merge pull request #9 from zudio/master

Update README.md
This commit is contained in:
José F. Romaniello 2014-06-09 10:54:23 -03:00
commit 7ea32e52cc

View File

@ -20,6 +20,8 @@ io.sockets
}));
```
**Note:** If you are using a base64-encoded secret (e.g. your Auth0 secret key), you need to convert it to a Buffer: `Buffer('your secret key', 'base64')`
__Client side__:
```javascript