mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-11-09 22:20:08 +01:00
Example update Lock to 8.2
Updates the Lock version used in the example project. Fixes https://github.com/auth0/socketio-jwt/issues/76
This commit is contained in:
parent
4712148963
commit
cb351b8ed4
@ -1,7 +1,7 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
script(src="https://cdn.auth0.com/js/lock-8.1.1.js")
|
script(src="https://cdn.auth0.com/js/lock-8.2.min.js")
|
||||||
script(src="/socket.io/socket.io.js")
|
script(src="/socket.io/socket.io.js")
|
||||||
script(src="http://code.jquery.com/jquery-1.11.3.js")
|
script(src="http://code.jquery.com/jquery-1.11.3.js")
|
||||||
|
|
||||||
@ -63,7 +63,3 @@ block content
|
|||||||
}).emit('authenticate', {token: userToken}); // send the jwt
|
}).emit('authenticate', {token: userToken}); // send the jwt
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user