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

Merge pull request #77 from aguerere/example-update-lock-120216

Example update Lock to 8.2
This commit is contained in:
Nathan Totten 2016-02-24 11:15:38 -08:00
commit 4057a43555

View File

@ -1,7 +1,7 @@
extends layout
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="http://code.jquery.com/jquery-1.11.3.js")
@ -63,7 +63,3 @@ block content
}).emit('authenticate', {token: userToken}); // send the jwt
})
};