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

Fixed dirty cherry-pick

This commit is contained in:
Root-Core 2017-04-18 23:56:22 +02:00 committed by GitHub
parent d340c81fd5
commit 025952dcc7

View File

@ -171,7 +171,7 @@ function authorize(options, onConnection) {
}
// Store encoded JWT
socket[options.encodedPropertyName] = token;
data[options.encodedPropertyName] = token;
var onJwtVerificationReady = function(err, decoded) {