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:
commit
4057a43555
@ -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