Commit Graph

  • 4cf0651e88 minor José F. Romaniello 2015-05-17 22:05:00 -0300
  • b0dcd03699 Merge pull request #44 from nkt/patch-1 José F. Romaniello 2015-05-17 22:02:41 -0300
  • 34c64c73e1 Use native comparison instead of regexp Nikita Gusakov 2015-05-18 03:24:42 +0300
  • 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). dbrugne 2015-05-07 11:49:00 +0200
  • 346b4d7aa1 Make .disconnect() call asynchronous to allow client to receive error message. dbrugne 2015-05-06 19:11:16 +0200
  • b053356c5e Send 'error' event with error details in case of not received or invalid token. dbrugne 2015-05-06 17:56:12 +0200
  • 92663f95b7 .gitignore dbrugne 2015-05-06 17:52:49 +0200
  • 78dcd15732 4.0.0 Alberto Pose 2015-04-22 11:32:17 -0300
  • 3c385b4301 Adding CHANGELOG.md Alberto Pose 2015-04-22 11:32:06 -0300
  • 7e534706de Updated to jsonwebtoken@5.0.0 Alberto Pose 2015-04-22 11:30:01 -0300
  • b971c75fa1 3.0.0 José F. Romaniello 2015-03-16 20:48:35 -0300
  • 089bfe5aca update jsonwebtoken dependency José F. Romaniello 2015-03-16 20:48:14 -0300
  • ddbee9fc9d updated express version for example wonderdogone 2014-12-17 20:10:56 -0800
  • 9389672a9d Added optional authentication and the ability to call another function to further validate the token David Damerell 2014-10-24 17:01:53 +0100
  • dbb4e95415 Merge pull request #21 from kennyki/patch-1 José F. Romaniello 2014-09-10 08:56:06 -0300
  • c7485e3804 2.3.5 José F. Romaniello 2014-09-05 14:42:38 -0300
  • f357dd7595 update jsonwebtoken José F. Romaniello 2014-09-05 14:42:35 -0300
  • b1e5530294 Added example of handling token expiration Kenny Ki 2014-09-04 13:47:17 +0800
  • 479d646374 2.3.4 José F. Romaniello 2014-07-16 22:53:34 -0300
  • 2490770d47 Merge pull request #18 from yads/master José F. Romaniello 2014-07-16 22:51:52 -0300
  • cae21230ee test fixes Vadim Kazakov 2014-07-16 19:14:07 -0600
  • 698cd2e8f4 2.3.3 José F. Romaniello 2014-07-16 20:33:14 -0300
  • 55d5e43e27 Merge branch 'yads-master' José F. Romaniello 2014-07-16 20:32:58 -0300
  • 2897f90d7f merge José F. Romaniello 2014-07-16 20:32:42 -0300
  • c656887e13 2.3.2 José F. Romaniello 2014-07-16 20:29:42 -0300
  • 9d5abf9e66 update jsonwebtoken module to fix security issue José F. Romaniello 2014-07-16 20:29:39 -0300
  • 139843467b add data to UnauthorizedError so that more information can be returned to client Vadim Kazakov 2014-07-16 14:12:18 -0600
  • 870a274be9 update example José F. Romaniello 2014-06-14 19:01:34 -0300
  • e9b8ea4302 fix readme José F. Romaniello 2014-06-12 13:23:19 -0300
  • 7ea32e52cc Merge pull request #9 from zudio/master José F. Romaniello 2014-06-09 10:54:23 -0300
  • f856e7791d 2.3.1 José F. Romaniello 2014-06-09 10:53:35 -0300
  • fe39d2c849 Merge pull request #12 from otothea/master José F. Romaniello 2014-06-09 10:53:19 -0300
  • f072f91120 update readme and fix #11 José F. Romaniello 2014-06-09 10:51:40 -0300
  • 29b3882355 Make it look for both kinds of query Oscar 2014-06-06 13:09:06 -0500
  • 452cc19a87 req._query is now req.query Oscar 2014-06-06 12:28:11 -0500
  • 80aa8dc023 2.3.0 José F. Romaniello 2014-06-05 15:46:16 -0300
  • 670fed992c 2.2.0 José F. Romaniello 2014-06-05 15:45:46 -0300
  • 3484a429ed fixed all broken tests with socket.io 1.0, close #10 José F. Romaniello 2014-06-05 15:45:41 -0300
  • 130357ff80 2.1.0 José F. Romaniello 2014-06-03 08:12:11 -0300
  • e8380c10b8 add support for socket.io 1.0 José F. Romaniello 2014-06-03 08:12:07 -0300
  • e6ea64dc33 Update README.md Mark Rendle 2014-04-30 01:27:43 +0100
  • 0577d07b47 missing parenthesis closes #7 José F. Romaniello 2014-03-25 09:11:39 -0300
  • c526326a1e 2.0.2 José F. Romaniello 2014-03-20 09:35:10 -0300
  • 9a9f7d0ad6 - added newest xtend to prevent deprecation warning from object-keys kjellski 2014-03-19 22:14:17 +0100
  • 9a58d94476 add license, close #2 José F. Romaniello 2014-03-14 20:29:32 -0300
  • 8e567b90a5 fix #3 José F. Romaniello 2014-02-07 11:11:14 -0200
  • b8e64a2c17 2.0.1 José F. Romaniello 2014-01-23 23:02:56 -0300
  • 54a33c260c change user to decoded_token José F. Romaniello 2014-01-14 17:44:03 -0300
  • e62618837c add example José F. Romaniello 2014-01-14 11:04:41 -0300
  • 86f4fd43ab 2.0.0 José F. Romaniello 2014-01-14 08:30:55 -0300
  • b292ab75af change the API José F. Romaniello 2014-01-14 08:30:39 -0300
  • b0f4354ecb add noqs method José F. Romaniello 2014-01-13 18:41:10 -0300
  • 14a34ae380 initial commit after fork of passport-socketio José F. Romaniello 2014-01-13 16:00:21 -0300
  • aa678b4dd9 move request to devDeps, closes #44 José F. Romaniello 2014-01-13 12:02:45 -0300
  • a2c4ad3cd6 version push Screeny 2013-12-03 15:20:35 +0100
  • 95fb0fba7c emit error on store-error Screeny 2013-12-03 15:20:14 +0100
  • c5303a3d7a fixes #40 Screeny 2013-11-30 18:28:18 +0100
  • 4a50d9e397 Merge pull request #39 from rickheere/master José F. Romaniello 2013-11-26 06:09:17 -0800
  • efa48384c8 Corrected a minor error in the documentation. Rick Heere 2013-11-26 14:57:47 +0100
  • 2bf410f130 Merge pull request #37 from ceojasonnichols/patch-1 José F. Romaniello 2013-11-21 03:32:34 -0800
  • 55cab5da3b 2.2.0 José F. Romaniello 2013-11-21 08:22:35 -0300
  • bd0980e3ab Merge pull request #36 from TeamSynergy/cors_workaround José F. Romaniello 2013-11-21 03:21:46 -0800
  • 49f35c38d4 Missing Paren in Example Jason Nichols 2013-11-19 22:18:44 -0600
  • 1a3b3e1cdc step 2, updated readme Screeny 2013-11-19 10:52:36 +0100
  • f31dc4a93e step 1 Screeny 2013-11-19 10:45:09 +0100
  • 31b14b78ac 2.1.2 José F. Romaniello 2013-11-18 11:49:25 -0300
  • 599a614b4c fixed a security issue Amir 2013-11-18 18:06:52 +0330
  • 91750bb20a Merge pull request #33 from TeamSynergy/master José F. Romaniello 2013-11-18 04:26:54 -0800
  • 2d257bfb1e Update README.md Screeny 2013-11-15 15:54:47 +0100
  • b111b3f327 Update README.md Screeny 2013-11-15 15:16:16 +0100
  • f5adaa7956 Merge pull request #1 from TeamSynergy/close_default Screeny 2013-11-15 01:53:00 -0800
  • df32515631 version push Screeny 2013-11-15 10:50:26 +0100
  • 3c9f23e31e a little simpler Screeny 2013-11-15 10:47:51 +0100
  • fd4214eac9 close socket.io by default Screeny 2013-11-15 10:41:53 +0100
  • 2a3cfdb8ff thanks to @chill117 Screeny 2013-11-14 21:48:01 +0100
  • 928cd508ff major changes Screeny 2013-11-06 18:19:00 +0100
  • b6e7ee635e add note about cors, closes #28 José F. Romaniello 2013-11-03 21:11:52 -0200
  • 1ac2b5483a 1.2.1 José F. Romaniello 2013-06-30 16:44:51 -0300
  • 4b999812f1 fix missing { José F. Romaniello 2013-06-30 16:44:46 -0300
  • 8ef08d5a07 Merge pull request #24 from richardassar/userKey_zero_val José F. Romaniello 2013-06-30 12:37:33 -0700
  • efef45309f Allow 0 value for serialized user (id) Richard Assar 2013-06-30 20:06:21 +0100
  • c5d4489d68 1.2.0 José F. Romaniello 2013-06-05 08:38:51 -0300
  • 04ea36fdd3 remove connect and cookie dependency José F. Romaniello 2013-06-05 08:38:33 -0300
  • 9fea831500 1.1.0 José F. Romaniello 2013-06-04 15:21:26 -0300
  • 3f362cc5f5 Merge pull request #17 from ask11/deps José F. Romaniello 2013-06-04 11:19:19 -0700
  • 6cc8438ef6 Fixed devDependencies Aleksey Kulikov 2013-04-23 09:34:36 +0600
  • 2622f11726 Updated deps to support latest connect Aleksey Kulikov 2013-04-22 23:50:53 +0600
  • c0e40b99ad bump version Jose F. Romaniello 2013-02-15 07:56:55 -0300
  • 953510bb6d Merge pull request #9 from faceleg/master José F. Romaniello 2013-02-15 02:55:48 -0800
  • 012bdbeb8c Update lib/index.js Michael Robinson 2013-02-15 23:49:56 +1300
  • efa397c597 bump version Jose F. Romaniello 2013-02-05 19:15:36 -0300
  • 8a4049b123 add missing file Jose F. Romaniello 2013-02-05 19:15:17 -0300
  • 66dd460070 fix #6 use same parameters than express.session Jose F. Romaniello 2013-02-05 19:15:04 -0300
  • a1e46b1fbd fix bug calling both success and accept Jose F. Romaniello 2013-01-07 11:30:15 -0300
  • 79878b036c refactorize to use xtend Jose F. Romaniello 2013-01-07 10:40:52 -0300
  • 2b2e0b93d5 point socket.io-client to my fork with newer xmlhttprequest Jose F. Romaniello 2013-01-07 10:39:14 -0300
  • 73102803f3 added missing dev dependency Jose F. Romaniello 2012-12-28 18:11:19 -0300
  • 7390e33d45 minor Jose F. Romaniello 2012-11-16 12:47:41 -0300
  • 3dc3096b15 add basic integration tests Jose F. Romaniello 2012-11-16 12:43:12 -0300
  • d8c7c0ed7d Don't pass error message on failed accepts due to not being logged in, or the client gets 500s when they should get 403s Kevin Caffrey 2012-11-16 03:58:33 -0500