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

403 Commits

Author SHA1 Message Date
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
Jozef Sovcik
84b523f434
feat: improve types by extending socket.io module (#6) 2021-01-04 14:35:59 +01:00
divlo
abc1225189 docs: update code of conduct link 2021-01-02 18:35:26 +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
abbabc588e feat: add algorithms option 2020-12-30 14:50:56 +01:00
divlo
92d1ecd7e0 chore(release): v1.0.1 2020-12-29 12:32:10 +01:00
divlo
0e3055a6b5 docs(readme): add npm badge version 2020-12-29 12:28:53 +01:00
divlo
5f3e5ceb37 ci: faster build by removing codeql_analysis 2020-12-29 12:23:18 +01:00
divlo
68724248eb docs(readme): fix socketioJWT import to authorize 2020-12-29 12:22:23 +01:00
divlo
0dba030970 ci: npm publish --access public 2020-12-29 05:02:19 +01:00
divlo
fbd95aee19 chore(release): v1.0.0 2020-12-29 04:51:35 +01:00
divlo
35e7ad11ef ci: add Codecov 2020-12-29 04:44:15 +01:00
divlo
67760594aa docs(readme): update usage 2020-12-29 04:30:34 +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
76173f894f Merge branch 'rewrite-typescript' of https://github.com/Thream/socketio-jwt into rewrite-typescript 2020-12-29 01:58:27 +01:00
divlo
e328a83a18 fix: temporary fix ts errors by using any type 2020-12-29 01:55:44 +01:00
divlo
51a8a973c8 fix: add better typings 2020-12-29 00:53:45 +01:00
divlo
638c86708e ci: add lint and build in Node.js CI 2020-12-28 23:51:29 +01:00
divlo
02337add0d test: add authorizer and fixture 2020-12-28 23:51:03 +01:00
divlo
243a598f37 style: run npm run format 2020-12-28 18:13:07 +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
f66fcdc79b docs: delete changelog and blog post in readme 2020-12-27 18:08:49 +01:00
divlo
8d0670604b docs(readme): update badges & transition to Thream 2020-12-27 17:50:47 +01:00
divlo
379a46fdaf ci: add github actions and dependabot 2020-12-27 17:40:00 +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
Conrad Sopala
16fefb61bc
Merge pull request #167 from prmtl/feature/pass-token-header
Pass token header to secret fetching function
2020-01-21 15:43:06 +01:00
Sebastian Kalinowski
e7c826735c Pass token header to secret fetching function
Depending of function arity pass decoded header of the token.
This is to allow backward compatibilty.
2020-01-21 09:41:27 +01:00
Conrad Sopala
5720a50798
Merge pull request #165 from kerolloz/master
Enhance readme
2019-10-29 11:44:50 +01:00
Kerollos Magdy
bcf6c0b719
add example for using customDecoded function 2019-10-29 12:39:38 +02:00
Kerollos Magdy
6af672cca2
fix a minor grammar mistake in README.md 2019-10-29 12:23:42 +02:00
Conrad Sopala
d714939e0d
Merge pull request #164 from kerolloz/master
Add customDecoded optional function
2019-10-28 08:32:15 +01:00
kerollos
0f3aadfccc Add customDecoded optional function
customDecoded enables you to change the value of the decoded token. the decoded token is passed to the function and you can you do whatever you want with the decoded token and return it to be changed.
2019-10-28 01:32:06 +02:00
Conrad Sopala
beff8d38da
Merge pull request #162 from Root-Core/fixure
Improved test coverage
2019-10-15 14:14:28 +02:00
Fabian Arndt
2088d98fcd Merge remote-tracking branch 'upstream/master' into fixure 2019-10-15 13:01:54 +02:00