divlo
92d1ecd7e0
chore(release): v1.0.1
2020-12-29 12:32:10 +01:00
divlo
fbd95aee19
chore(release): v1.0.0
2020-12-29 04:51:35 +01:00
divlo
d44bd9e17e
test: add authorize 100% coverage
2020-12-29 04:05:39 +01:00
divlo
0e534dd8ee
feat: add support for socket.io >= 3.0.0
2020-12-29 03:32:28 +01:00
divlo
02337add0d
test: add authorizer and fixture
2020-12-28 23:51:03 +01:00
divlo
6ea9d6f933
feat: make it work like before with socket.io 2.0
...
WIP
2020-12-28 18:09:42 +01:00
divlo
748c61ed07
chore: basic structure of files to rewrite in TS
2020-12-28 16:49:31 +01:00
divlo
d5e0dcc69d
ci: add npm-publish
2020-12-27 18:42:48 +01:00
divlo
7890ab98ce
build(deps): update latest except mocha & socketio
2020-12-27 18:23:20 +01:00
divlo
5cb97809bb
chore: add commitlint, husky and release-it
2020-12-27 18:18:34 +01:00
divlo
2e5d281f46
chore: initial commit
2020-12-27 17:25:44 +01:00
José F. Romaniello
04294c69c5
4.6.2
2020-06-01 09:45:27 -03:00
Fabian Arndt
27c59c3b0f
Fixed auth.required
...
Misc:
- Resolved conflicts
- Added test case, to fail if server grants prohibited admin access
- Simplified test logic
- Prevented usage of "var" (used const / let instead)
- Formatting
- Cleanup
- Typos
2019-10-13 15:52:14 +02:00
Andrew Kutta
f3becae0a9
update to later version of jsonwebtoken to fix security vulnerabilities - DK/BM
...
Changes by Root-Core:
- Whitespaces
- Code-Smells
- Some Deps were devDeps
- Little bug fixes (merge errors)
- etc..
2019-07-24 21:05:34 +02:00
Mathew Woods
ef0983a702
added ability to enforce only header authorization versus query string authorization - DK/MW
2019-07-24 20:35:44 +02:00
Conrad Sopala
b0cd246794
Merge branch 'master' into typings
2019-07-24 16:03:10 +02:00
Conrad Sopala
a9944c762a
Merge branch 'master' into misc
2019-07-23 15:20:05 +02:00
Conrad Sopala
934a83666c
Update package.json
2019-04-23 18:47:19 +02:00
Konrad Sopala
ce94139e4b
Request library updated.
2019-04-23 15:26:21 +02:00
Zadkiel
47529f4f14
Update package.json
2018-10-02 19:52:16 +02:00
Root-Core
250312152a
Fixed mocha tests by not using expiresInMinutes
...
Using `expiresInMinutes` leads to errors, as it was deprecated in
`jsonwebtoken` > 5.7.0.
We should use `expiresIn` instead.
2017-04-19 00:33:26 +02:00
Root-Core
4033483154
Fixed mocha tests by downgrading "jsonwebtoken"
...
Version 5.7.0 is the last working.
2017-04-19 00:23:05 +02:00
Root-Core
49382198ad
fixed tab
2017-04-18 23:37:21 +02:00
Root-Core
d2cc8fb514
Renamed "data" to "socket", updated deps
2017-04-18 23:26:47 +02:00
Root-Core
72f3846fcf
Added definition file, exported UnauthorizedError
2017-04-18 23:21:07 +02:00
José F. Romaniello
fc68f5651c
4.5.0
2016-06-21 09:46:30 -03:00
José F. Romaniello
4f0e3fc021
4.4.1
2016-06-21 09:35:36 -03:00
José F. Romaniello
e50cf9c7ec
4.4.0
2016-06-15 08:35:49 -03:00
José F. Romaniello
09f2ab9c5b
4.3.4
2016-01-14 09:19:52 -03:00
José F. Romaniello
d06501e315
4.3.3
2015-11-09 08:12:44 -03:00
José F. Romaniello
5532ff03fd
4.3.2
2015-10-13 13:57:38 -03:00
José F. Romaniello
f72d58ab89
4.3.1
2015-08-31 11:10:06 -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
1368f31db9
4.2.1
2015-07-06 11:11:30 -03:00
José F. Romaniello
89fdd41311
4.2.0
2015-05-29 09:39:55 -03:00
José F. Romaniello
56c790a317
4.1.0
2015-05-29 08:54:15 -03:00
José F. Romaniello
e983762132
4.0.1
2015-05-17 22:06:15 -03:00
Alberto Pose
78dcd15732
4.0.0
2015-04-22 11:32:17 -03:00
Alberto Pose
7e534706de
Updated to jsonwebtoken@5.0.0
2015-04-22 11:30:01 -03:00
José F. Romaniello
b971c75fa1
3.0.0
2015-03-16 20:48:35 -03:00
José F. Romaniello
089bfe5aca
update jsonwebtoken dependency
2015-03-16 20:48:14 -03:00
wonderdogone
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
José F. Romaniello
c7485e3804
2.3.5
2014-09-05 14:42:38 -03:00
José F. Romaniello
f357dd7595
update jsonwebtoken
2014-09-05 14:42:35 -03:00
José F. Romaniello
479d646374
2.3.4
2014-07-16 22:53:34 -03:00
José F. Romaniello
698cd2e8f4
2.3.3
2014-07-16 20:33:14 -03:00
José F. Romaniello
c656887e13
2.3.2
2014-07-16 20:29:42 -03:00
José F. Romaniello
9d5abf9e66
update jsonwebtoken module to fix security issue
2014-07-16 20:29:39 -03:00
José F. Romaniello
f856e7791d
2.3.1
2014-06-09 10:53:35 -03:00
José F. Romaniello
80aa8dc023
2.3.0
2014-06-05 15:46:16 -03:00
José F. Romaniello
670fed992c
2.2.0
2014-06-05 15:45:46 -03:00
José F. Romaniello
3484a429ed
fixed all broken tests with socket.io 1.0, close #10
2014-06-05 15:45:41 -03:00
José F. Romaniello
130357ff80
2.1.0
2014-06-03 08:12:11 -03:00
José F. Romaniello
c526326a1e
2.0.2
2014-03-20 09:35:10 -03:00
kjellski
9a9f7d0ad6
- added newest xtend to prevent deprecation warning from object-keys
2014-03-19 22:14:17 +01:00
José F. Romaniello
b8e64a2c17
2.0.1
2014-01-23 23:02:56 -03:00
José F. Romaniello
86f4fd43ab
2.0.0
2014-01-14 08:30:55 -03:00
José F. Romaniello
14a34ae380
initial commit after fork of passport-socketio
2014-01-13 16:00:21 -03:00
José F. Romaniello
aa678b4dd9
move request to devDeps, closes #44
2014-01-13 12:03:23 -03:00
Screeny
a2c4ad3cd6
version push
2013-12-03 15:20:35 +01:00
José F. Romaniello
55cab5da3b
2.2.0
2013-11-21 08:22:35 -03:00
José F. Romaniello
31b14b78ac
2.1.2
2013-11-18 11:49:25 -03:00
Screeny
df32515631
version push
...
Original: 1.2.1
master-fork: 2.0.0
default to false: 2.1.0
simplification: 2.1.1
2013-11-15 10:50:26 +01:00
José F. Romaniello
1ac2b5483a
1.2.1
2013-06-30 16:44:51 -03:00
José F. Romaniello
c5d4489d68
1.2.0
2013-06-05 08:38:51 -03:00
José F. Romaniello
04ea36fdd3
remove connect and cookie dependency
2013-06-05 08:38:33 -03:00
José F. Romaniello
9fea831500
1.1.0
2013-06-04 15:21:26 -03:00
Aleksey Kulikov
6cc8438ef6
Fixed devDependencies
2013-04-23 09:34:36 +06:00
Aleksey Kulikov
2622f11726
Updated deps to support latest connect
2013-04-22 23:50:53 +06:00
Jose F. Romaniello
c0e40b99ad
bump version
2013-02-15 07:56:55 -03:00
Jose F. Romaniello
efa397c597
bump version
2013-02-05 19:15:36 -03:00
Jose F. Romaniello
66dd460070
fix #6 use same parameters than express.session
2013-02-05 19:15:04 -03:00
Jose F. Romaniello
79878b036c
refactorize to use xtend
2013-01-07 10:40:52 -03:00
Jose F. Romaniello
2b2e0b93d5
point socket.io-client to my fork with newer xmlhttprequest
2013-01-07 10:39:14 -03:00
Jose F. Romaniello
73102803f3
added missing dev dependency
2012-12-28 18:11:19 -03:00
Jose F. Romaniello
7390e33d45
minor
2012-11-16 12:47:41 -03:00
Jose F. Romaniello
3dc3096b15
add basic integration tests
2012-11-16 12:43:12 -03:00
Jose F. Romaniello
a5cb696579
update version
2012-10-04 14:55:27 -03:00
Jose F. Romaniello
678d4ccd6c
initial
2012-09-05 15:14:36 -03:00