Commit Graph

421 Commits

Author SHA1 Message Date
c4b2d37d8c Merge pull request #152 from Root-Core/patch-2
Fixed merge error
2019-07-24 15:59:21 +02:00
1e47810c98 Fixed merge error
data was renamed to socket
2019-07-24 15:55:12 +02:00
4b4c336bb5 Update README.md 2019-07-23 15:22:23 +02:00
e4c5b973f4 Merge pull request #117 from Root-Core/misc
Renamed "data" to "socket", updated deps
2019-07-23 15:21:55 +02:00
a9944c762a Merge branch 'master' into misc 2019-07-23 15:20:05 +02:00
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
ea7078077a docs: update .all-contributorsrc 2019-07-16 09:36:36 +00:00
0f639e4d00 docs: update README.md 2019-07-16 09:36:35 +00:00
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
f8ad92b396 docs: update .all-contributorsrc 2019-07-16 09:35:22 +00:00
91ba2424de docs: update README.md 2019-07-16 09:35:21 +00:00
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
82c324e586 docs: update .all-contributorsrc 2019-07-16 09:34:44 +00:00
88d0cce4d8 docs: update README.md 2019-07-16 09:34:43 +00:00
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
4cfde424d6 docs: update .all-contributorsrc 2019-07-16 09:34:12 +00:00
cae64d6aba docs: update README.md 2019-07-16 09:34:11 +00:00
5f784a3c59 Update README.md 2019-07-16 11:33:44 +02:00
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
473313d348 docs: create .all-contributorsrc 2019-07-16 09:32:18 +00:00
c1db159ed6 docs: update README.md 2019-07-16 09:32:17 +00:00
934a83666c Update package.json 2019-04-23 18:47:19 +02:00
c4a4f1c842 Merge pull request #144 from auth0-community/konrad-vulnerabilities-fixes
Request library updated.
2019-04-23 15:29:49 +02:00
ce94139e4b Request library updated. 2019-04-23 15:26:21 +02:00
fbae634992 Merge pull request #118 from Root-Core/store-jwt
Added option to store encoded jwt
2019-02-28 17:24:38 +01:00
413161ce38 Merge pull request #134 from Kaisle/master
Add cookie support
2019-02-19 19:24:24 +01:00
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
9158c54573 Merge pull request #141 from auth0-community/konrad-readme-unify
Unified README structure.
2019-01-15 16:45:54 +00:00
062f5880f2 Unified README structure. 2019-01-15 17:43:44 +01:00
7bf012bd0b Merge pull request #140 from auth0-community/konrad-prtemplate
Added PULL_REQUEST_TEMPLATE.md
2019-01-07 16:35:49 +01:00
3ef5130828 Merge pull request #139 from auth0-community/konrad-issueTemplate
Added issue template.
2019-01-07 16:31:15 +01:00
4bd9ba60e5 Create PULL_REQUEST_TEMPLATE.md 2019-01-02 19:52:26 +01:00
392c316f0e Added issue template. 2019-01-02 13:50:27 +01:00
3edd9d5673 Merge pull request #111 from Philhil/Fix-Spelling
fix spelling
2018-12-04 20:33:17 +01:00
47529f4f14 Update package.json 2018-10-02 19:52:16 +02:00
eba9925f2a Add cookie support 2018-09-27 10:53:48 +02:00
c0e66b62d7 Update README.md 2017-08-31 15:53:25 -03:00
b504cee60c Update README.md 2017-08-31 14:54:21 -03:00
9b644e22ce deprecate sample 2017-05-09 11:34:43 -04:00
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
4033483154 Fixed mocha tests by downgrading "jsonwebtoken"
Version 5.7.0 is the last working.
2017-04-19 00:23:05 +02:00
cc3d6b22b7 Fixed dirty copy and paste mistake.. 2017-04-19 00:01:18 +02:00
025952dcc7 Fixed dirty cherry-pick 2017-04-18 23:56:22 +02:00
49382198ad fixed tab 2017-04-18 23:37:21 +02:00
d340c81fd5 Added option to store encoded jwt, default "encoded_token" 2017-04-18 23:31:38 +02:00
d2cc8fb514 Renamed "data" to "socket", updated deps 2017-04-18 23:26:47 +02:00
72f3846fcf Added definition file, exported UnauthorizedError 2017-04-18 23:21:07 +02:00
cac4cb06c8 fix spelling 2017-01-04 11:09:02 +01:00
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
90f431741b Merge pull request #100 from BruceHem/patch-1
Fix authentication flow on client side
2016-08-19 14:10:17 -03:00