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:
parent
d340c81fd5
commit
025952dcc7
@ -171,7 +171,7 @@ function authorize(options, onConnection) {
|
||||
}
|
||||
|
||||
// Store encoded JWT
|
||||
socket[options.encodedPropertyName] = token;
|
||||
data[options.encodedPropertyName] = token;
|
||||
|
||||
var onJwtVerificationReady = function(err, decoded) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user