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

469 Commits

Author SHA1 Message Date
Conrad Sopala
4b4c336bb5
Update README.md 2019-07-23 15:22:23 +02:00
Conrad Sopala
e4c5b973f4
Merge pull request #117 from Root-Core/misc
Renamed "data" to "socket", updated deps
2019-07-23 15:21:55 +02:00
Conrad Sopala
a9944c762a
Merge branch 'master' into misc 2019-07-23 15:20:05 +02:00
Conrad Sopala
a7097566c4
Merge pull request #151 from auth0-community/all-contributors/add-Root-Core
docs: add Root-Core as a contributor
2019-07-16 11:36:51 +02:00
allcontributors[bot]
ea7078077a docs: update .all-contributorsrc 2019-07-16 09:36:36 +00:00
allcontributors[bot]
0f639e4d00 docs: update README.md 2019-07-16 09:36:35 +00:00
Conrad Sopala
e38a983085
Merge pull request #150 from auth0-community/all-contributors/add-pose
docs: add pose as a contributor
2019-07-16 11:36:12 +02:00
allcontributors[bot]
f8ad92b396 docs: update .all-contributorsrc 2019-07-16 09:35:22 +00:00
allcontributors[bot]
91ba2424de docs: update README.md 2019-07-16 09:35:21 +00:00
Conrad Sopala
2a72aeab37
Merge pull request #149 from auth0-community/all-contributors/add-Amialc
docs: add Amialc as a contributor
2019-07-16 11:34:56 +02:00
allcontributors[bot]
82c324e586 docs: update .all-contributorsrc 2019-07-16 09:34:44 +00:00
allcontributors[bot]
88d0cce4d8 docs: update README.md 2019-07-16 09:34:43 +00:00
Conrad Sopala
fb6052fbde
Merge pull request #148 from auth0-community/all-contributors/add-Annyv2
docs: add Annyv2 as a contributor
2019-07-16 11:34:23 +02:00
allcontributors[bot]
4cfde424d6 docs: update .all-contributorsrc 2019-07-16 09:34:12 +00:00
allcontributors[bot]
cae64d6aba docs: update README.md 2019-07-16 09:34:11 +00:00
Conrad Sopala
5f784a3c59
Update README.md 2019-07-16 11:33:44 +02:00
Conrad Sopala
0652045c17
Merge pull request #147 from auth0-community/all-contributors/add-beardaway
docs: add beardaway as a contributor
2019-07-16 11:32:59 +02:00
allcontributors[bot]
473313d348 docs: create .all-contributorsrc 2019-07-16 09:32:18 +00:00
allcontributors[bot]
c1db159ed6 docs: update README.md 2019-07-16 09:32:17 +00:00
Conrad Sopala
934a83666c
Update package.json 2019-04-23 18:47:19 +02:00
Conrad Sopala
c4a4f1c842
Merge pull request #144 from auth0-community/konrad-vulnerabilities-fixes
Request library updated.
2019-04-23 15:29:49 +02:00
Konrad Sopala
ce94139e4b Request library updated. 2019-04-23 15:26:21 +02:00
Conrad Sopala
fbae634992
Merge pull request #118 from Root-Core/store-jwt
Added option to store encoded jwt
2019-02-28 17:24:38 +01:00
Conrad Sopala
413161ce38
Merge pull request #134 from Kaisle/master
Add cookie support
2019-02-19 19:24:24 +01:00
Conrad Sopala
72486ebcc5
Merge pull request #135 from aslafy-z/patch-1
security: deps: upgrade jsonwebtoken to ^8.3.0
2019-02-19 19:23:26 +01:00
Conrad Sopala
9158c54573
Merge pull request #141 from auth0-community/konrad-readme-unify
Unified README structure.
2019-01-15 16:45:54 +00:00
Konrad Sopala
062f5880f2 Unified README structure. 2019-01-15 17:43:44 +01:00
Conrad Sopala
7bf012bd0b
Merge pull request #140 from auth0-community/konrad-prtemplate
Added PULL_REQUEST_TEMPLATE.md
2019-01-07 16:35:49 +01:00
Conrad Sopala
3ef5130828
Merge pull request #139 from auth0-community/konrad-issueTemplate
Added issue template.
2019-01-07 16:31:15 +01:00
Conrad Sopala
4bd9ba60e5
Create PULL_REQUEST_TEMPLATE.md 2019-01-02 19:52:26 +01:00
Conrad Sopala
392c316f0e
Added issue template. 2019-01-02 13:50:27 +01:00
Conrad Sopala
3edd9d5673
Merge pull request #111 from Philhil/Fix-Spelling
fix spelling
2018-12-04 20:33:17 +01:00
Zadkiel
47529f4f14
Update package.json 2018-10-02 19:52:16 +02:00
kaisle
eba9925f2a Add cookie support 2018-09-27 10:53:48 +02:00
Andrés Aguiar
c0e66b62d7 Update README.md 2017-08-31 15:53:25 -03:00
Andrés Aguiar
b504cee60c Update README.md 2017-08-31 14:54:21 -03:00
Ryan Chenkie
9b644e22ce deprecate sample 2017-05-09 11:34:43 -04: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
cc3d6b22b7 Fixed dirty copy and paste mistake.. 2017-04-19 00:01:18 +02:00
Root-Core
025952dcc7 Fixed dirty cherry-pick 2017-04-18 23:56:22 +02:00
Root-Core
49382198ad fixed tab 2017-04-18 23:37:21 +02:00
Root-Core
d340c81fd5 Added option to store encoded jwt, default "encoded_token" 2017-04-18 23:31:38 +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
Philippe
cac4cb06c8 fix spelling 2017-01-04 11:09:02 +01:00
Root-Core
640e8d0ef0 Fix authentication for namespaces #95
Try to get the token from query string, which is stored in the sockets "handshake" object.

This should fix #95 and be a more elegant (say valid) approach.
2016-11-22 14:27:04 +01:00
José F. Romaniello
90f431741b Merge pull request #100 from BruceHem/patch-1
Fix authentication flow on client side
2016-08-19 14:10:17 -03:00
José F. Romaniello
1b4eeab7ea Merge pull request #94 from Amialc/master
lock v10 update
2016-08-19 14:09:59 -03:00
Bruce Hem
674bbb659a Fix authentication flow on client side 2016-08-19 22:01:36 +07:00