Annyv2
ac5c58cd62
Update index.js
2015-12-01 15:33:06 -04:30
Annyv2
18a3c01d44
Update package.json
2015-12-01 15:31:58 -04:30
Annyv2
d84b977fdd
Delete auth0-variables.js
2015-12-01 15:31:07 -04:30
Annyv2
46ed7a6628
Update README.md
2015-11-26 09:49:32 -04:30
Annyv2
eab3771d3b
Delete index.js
2015-11-25 19:27:16 -04:30
Annyv2
b870e4d5b1
Delete index.html
2015-11-25 19:27:08 -04:30
Annyv2
b560968eb1
Delete auth0-variables.js
2015-11-25 19:26:56 -04:30
Annyv2
52c879507e
Delete README.md
2015-11-25 19:26:47 -04:30
Annyv2
a89279bd42
Delete package.json
2015-11-25 19:26:30 -04:30
Annyv2
d34ee09ccd
Create package.json
2015-11-25 19:26:08 -04:30
Annyv2
598558beba
Create index.js
2015-11-25 19:25:27 -04:30
Annyv2
fa617d796d
Create index.html
2015-11-25 19:24:37 -04:30
Annyv2
2f4dbf0f5c
Create auth0-variables
2015-11-25 19:23:42 -04:30
Annyv2
4afc4bd2f0
Create README.md
2015-11-25 19:22:38 -04:30
Annyv2
eea88d51c2
Update README.md
2015-11-25 19:15:52 -04:30
Annyv2
47da4c6855
Update index.js
2015-11-25 19:10:15 -04:30
Annyv2
4a905bdcfc
Update index.html
2015-11-25 19:09:05 -04:30
Annyv2
575269eaf6
Update auth0-variables
2015-11-25 19:06:04 -04:30
Annyv2
a33bdfd730
Create auth0-variables.js
2015-11-24 14:03:25 -04:30
Annyv2
f9d1c10783
Updated Lock
...
Updated version of Lock
2015-11-23 20:18:26 -04:30
Annyv2
37bb5bbc09
Update index.js
...
Updated console log to show the JWT
2015-11-23 20:17:16 -04:30
Annyv2
eae6966dfd
Update README.md
2015-11-23 20:00:28 -04:30
Annyv2
4dd06a28ce
Update README.md
2015-11-23 19:58:04 -04:30
Annyv2
cf81a579a5
Create README.md
2015-11-23 19:57:18 -04:30
José F. Romaniello
d06501e315
4.3.3
2015-11-09 08:12:44 -03:00
José F. Romaniello
86a92e9b42
Merge branch 'gfetco-patch-1'
2015-11-09 08:12:22 -03:00
José F. Romaniello
0bc14474c6
Merge branch 'patch-1' of https://github.com/gfetco/socketio-jwt into gfetco-patch-1
2015-11-09 08:12:08 -03:00
Nathan Totten
72d599a701
Merge pull request #60 from aguerere/newSeedProject-FromSocketioOwnTutorial
...
Introduced a new example project
2015-11-03 07:50:24 -08:00
gfetco
170c23306f
Validation
...
on socket authenticate, should check that the data.token exists and if it is the desired type?
socket.emit( 'authenticate', {token: {} }); // will crash server if sent from client-side.
2015-11-01 20:44:25 +01:00
Alberto Güerere
31b4c450e0
Introduced a new example
...
This introduces a new example project that build on top of socket.io’s
own tutorial. Fixes https://github.com/auth0/socketio-jwt/issues/59
2015-10-15 17:12:11 -04:30
José F. Romaniello
5532ff03fd
4.3.2
2015-10-13 13:57:38 -03:00
José F. Romaniello
d90bd53397
Merge pull request #58 from pieterjandesmedt/master
...
fix(lib/index.js) return auth.success
2015-10-13 13:57:05 -03:00
Pieter Jan De Smedt
dac693930b
fix(lib/index.js) return auth.success
...
Next step would not execute because no function(socket, next) was returned in case of successful verification in the 'one roundtrip' (handshake) approach.
Returning auth.success instead of just executing it solves this.
Fixes #51
2015-10-08 14:06:33 +02:00
José F. Romaniello
b7c88dde73
fix tests on v0.10.40
2015-08-31 11:20:35 -03:00
José F. Romaniello
f72d58ab89
4.3.1
2015-08-31 11:10:06 -03:00
José F. Romaniello
51bfe18d72
Merge branch 'wonderdogone-master'
2015-08-31 11:09:51 -03:00
José F. Romaniello
d6cd5c2254
minor
2015-08-31 11:09:22 -03:00
José F. Romaniello
8d6dd198f0
fix fixtures
2015-08-31 11:08:31 -03:00
José F. Romaniello
4fdb4e62f0
Merge branch 'master' of https://github.com/wonderdogone/socketio-jwt into wonderdogone-master
2015-08-31 11:05:43 -03:00
José F. Romaniello
6dc9b69cc6
4.3.0
2015-08-31 11:04:32 -03:00
José F. Romaniello
09eea1d043
add tests for namespace configuration
2015-08-31 11:04:13 -03:00
José F. Romaniello
5412e632b2
Merge branch 'marcelchastain-master'
2015-08-31 08:12:18 -03:00
Marcel Chastain
43f7427407
add support for namespace authentication
...
fixes #32
2015-07-18 19:23:02 -07:00
José F. Romaniello
1368f31db9
4.2.1
2015-07-06 11:11:30 -03:00
José F. Romaniello
ee1b0400f1
Merge branch 'ccff33-additional-auth-var-name-fix'
2015-07-06 11:11:24 -03:00
seppen
1ac2a8da44
fixed var name
2015-07-05 19:57:24 +03:00
José F. Romaniello
c6feb807d8
minor. closes #43
2015-05-29 09:49:31 -03:00
José F. Romaniello
276e7aa514
add travis config
2015-05-29 09:42:19 -03:00
José F. Romaniello
89fdd41311
4.2.0
2015-05-29 09:39:55 -03:00
José F. Romaniello
54dfbdf987
improve tests
2015-05-29 09:39:49 -03:00