2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00
Commit Graph

111 Commits

Author SHA1 Message Date
dependabot[bot]
b61ddd1872
build(deps-dev): bump @types/node from 14.14.25 to 14.14.26 (#33) 2021-02-12 09:14:26 +01:00
dependabot[bot]
ac3b5177e5
build(deps-dev): bump typescript from 4.1.4 to 4.1.5 (#32) 2021-02-11 09:58:40 +01:00
dependabot[bot]
0e8630d145
build(deps-dev): bump ts-jest from 26.5.0 to 26.5.1 (#30) 2021-02-10 12:20:15 +01:00
dependabot[bot]
bb1daa2e28
build(deps-dev): bump typescript from 4.1.3 to 4.1.4 (#31) 2021-02-10 12:19:50 +01:00
dependabot[bot]
17d7f264a4
build(deps-dev): bump husky from 4.3.8 to 5.0.9 (#29) 2021-02-09 20:22:40 +01:00
dependabot[bot]
d9fa92cb1c
build(deps-dev): bump @types/node from 14.14.22 to 14.14.25 (#27) 2021-02-04 14:36:58 +01:00
dependabot[bot]
b08354f2b2
build(deps-dev): bump socket.io from 3.1.0 to 3.1.1 (#26) 2021-02-04 13:37:42 +01:00
dependabot[bot]
06141ec89d
build(deps-dev): bump @types/node from 14.14.22 to 14.14.24 (#25) 2021-02-04 13:37:00 +01:00
dependabot[bot]
113df6f8f7
build(deps-dev): bump release-it from 14.2.2 to 14.3.0 (#24) 2021-02-04 13:36:26 +01:00
dependabot[bot]
a761725e6b
build(deps-dev): bump socket.io-client from 3.1.0 to 3.1.1 (#23) 2021-02-04 13:36:00 +01:00
dependabot[bot]
f5a13c01b0
build(deps-dev): bump ts-jest from 26.4.4 to 26.5.0 (#22) 2021-02-01 18:16:22 +01:00
divlo
5e3f5c1871 chore(release): v1.1.1 2021-01-28 19:16:53 +01:00
dependabot[bot]
4d73584e4e
build(deps-dev): bump @types/node from 14.14.21 to 14.14.22 (#20) 2021-01-20 10:47:39 +01:00
dependabot[bot]
486aab1ded
build(deps-dev): bump husky from 4.3.7 to 4.3.8 (#19) 2021-01-18 14:19:07 +01:00
dependabot[bot]
6d593ff804
build(deps-dev): bump @types/node from 14.14.20 to 14.14.21 (#18) 2021-01-15 09:10:23 +01:00
dependabot[bot]
5fc5d73752
build(deps-dev): bump socket.io-client from 3.0.5 to 3.1.0 (#17) 2021-01-15 09:10:03 +01:00
dependabot[bot]
a38975ca49
build(deps-dev): bump socket.io from 3.0.5 to 3.1.0 (#16) 2021-01-15 09:09:20 +01:00
dependabot[bot]
cb2cc8c074
build(deps-dev): bump @types/express from 4.17.10 to 4.17.11 (#15) 2021-01-13 11:26:07 +01:00
dependabot[bot]
b7e1fcde6d
build(deps-dev): bump @types/express from 4.17.9 to 4.17.10 (#13) 2021-01-12 08:37:56 +01:00
divlo
fd79d99235 chore(release): v1.1.0 2021-01-07 14:32:55 +01:00
divlo
261e8d66e2 feat: add support for jwks-rsa (#1) 2021-01-07 14:30:37 +01:00
dependabot[bot]
ca83ad4ba2
build(deps-dev): bump husky from 4.3.6 to 4.3.7 (#11) 2021-01-07 11:47:55 +01:00
divlo
6d0f23ef31 chore: fix package.json syntax error 2021-01-07 05:45:46 +01:00
dependabot[bot]
8c8d38fd69
build(deps-dev): bump socket.io-client from 3.0.4 to 3.0.5 (#9) 2021-01-06 19:07:15 +01:00
dependabot[bot]
544801d8ba
build(deps-dev): bump socket.io from 3.0.4 to 3.0.5 (#8) 2021-01-06 19:06:38 +01:00
dependabot[bot]
0c68ada2b1
build(deps-dev): bump @types/node from 14.14.19 to 14.14.20 (#7) 2021-01-05 08:32:12 +01:00
dependabot[bot]
b0c0cf6ee0
build(deps-dev): bump @types/node from 14.14.17 to 14.14.19 (#5) 2021-01-04 14:36:25 +01:00
divlo
e87a335064 chore: ts-standard linting in scripts 2021-01-01 04:42:06 +01:00
dependabot[bot]
89bfd83cfc
build(deps-dev): bump @types/node from 14.14.16 to 14.14.17 (#2) 2020-12-31 13:11:15 +01:00
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