Commit Graph

577 Commits

Author SHA1 Message Date
6dc9b69cc6 4.3.0 2015-08-31 11:04:32 -03:00
09eea1d043 add tests for namespace configuration 2015-08-31 11:04:13 -03:00
5412e632b2 Merge branch 'marcelchastain-master' 2015-08-31 08:12:18 -03:00
43f7427407 add support for namespace authentication
fixes #32
2015-07-18 19:23:02 -07:00
1368f31db9 4.2.1 2015-07-06 11:11:30 -03:00
ee1b0400f1 Merge branch 'ccff33-additional-auth-var-name-fix' 2015-07-06 11:11:24 -03:00
1ac2a8da44 fixed var name 2015-07-05 19:57:24 +03:00
c6feb807d8 minor. closes #43 2015-05-29 09:49:31 -03:00
276e7aa514 add travis config 2015-05-29 09:42:19 -03:00
89fdd41311 4.2.0 2015-05-29 09:39:55 -03:00
54dfbdf987 improve tests 2015-05-29 09:39:49 -03:00
de40574362 Merge branch 'dbrugne-master' 2015-05-29 09:39:29 -03:00
84cc16cf49 Merge branch 'master' of https://github.com/dbrugne/socketio-jwt into dbrugne-master
Conflicts:
	lib/index.js
2015-05-29 09:00:34 -03:00
56c790a317 4.1.0 2015-05-29 08:54:15 -03:00
9b234c44a8 set required defaults to true 2015-05-29 08:52:14 -03:00
9325691f29 Merge branch 'ddamerell53-master' 2015-05-29 08:51:53 -03:00
f7ecb4ea6f Merge branch 'master' of https://github.com/ddamerell53/socketio-jwt into ddamerell53-master 2015-05-29 08:46:17 -03:00
e983762132 4.0.1 2015-05-17 22:06:15 -03:00
5688e1a594 update changelo 2015-05-17 22:06:10 -03:00
4cf0651e88 minor 2015-05-17 22:05:00 -03:00
b0dcd03699 Merge pull request #44 from nkt/patch-1
Use native comparison instead of regexp
2015-05-17 22:02:41 -03:00
34c64c73e1 Use native comparison instead of regexp 2015-05-18 03:24:42 +03:00
f5a84eb9bb Add an "additionnal" option (Function(decoded, onSuccess, onError)). When the token is parser and validated the callback is triggered and allow addition of extra logic (e.g. validate the user status against database).
Improve returned errors.
2015-05-07 11:49:00 +02:00
346b4d7aa1 Make .disconnect() call asynchronous to allow client to receive error message. 2015-05-06 19:11:16 +02:00
b053356c5e Send 'error' event with error details in case of not received or invalid token. 2015-05-06 17:56:12 +02:00
92663f95b7 .gitignore 2015-05-06 17:52:49 +02:00
78dcd15732 4.0.0 2015-04-22 11:32:17 -03:00
3c385b4301 Adding CHANGELOG.md 2015-04-22 11:32:06 -03:00
7e534706de Updated to jsonwebtoken@5.0.0 2015-04-22 11:30:01 -03:00
b971c75fa1 3.0.0 2015-03-16 20:48:35 -03:00
089bfe5aca update jsonwebtoken dependency 2015-03-16 20:48:14 -03:00
ddbee9fc9d updated express version for example
updated the example to work with express version 4.10.6.
Removed connect middleware. Added serve-static and body-parser
middleware.
Updated package.json to reflect changes
2014-12-17 20:10:56 -08:00
9389672a9d Added optional authentication and the ability to call another function to further validate the token
* Optional authentication is useful when you wish to serve both secure and unsecured services via the same server socket
* The ability to specify an additional function to be called to further validate the token is useful when you wish to be able to expire tokens for some reason
2014-10-24 17:01:53 +01:00
dbb4e95415 Merge pull request #21 from kennyki/patch-1
Added example of handling token expiration
2014-09-10 08:56:06 -03:00
c7485e3804 2.3.5 2014-09-05 14:42:38 -03:00
f357dd7595 update jsonwebtoken 2014-09-05 14:42:35 -03:00
b1e5530294 Added example of handling token expiration 2014-09-04 13:47:17 +08:00
479d646374 2.3.4 2014-07-16 22:53:34 -03:00
2490770d47 Merge pull request #18 from yads/master
test fixes
2014-07-16 22:51:52 -03:00
cae21230ee test fixes 2014-07-16 19:14:07 -06:00
698cd2e8f4 2.3.3 2014-07-16 20:33:14 -03:00
55d5e43e27 Merge branch 'yads-master' 2014-07-16 20:32:58 -03:00
2897f90d7f merge 2014-07-16 20:32:42 -03:00
c656887e13 2.3.2 2014-07-16 20:29:42 -03:00
9d5abf9e66 update jsonwebtoken module to fix security issue 2014-07-16 20:29:39 -03:00
139843467b add data to UnauthorizedError so that more information can be returned to client 2014-07-16 14:12:18 -06:00
870a274be9 update example 2014-06-14 19:01:34 -03:00
e9b8ea4302 fix readme 2014-06-12 13:23:19 -03:00
7ea32e52cc Merge pull request #9 from zudio/master
Update README.md
2014-06-09 10:54:23 -03:00
f856e7791d 2.3.1 2014-06-09 10:53:35 -03:00