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

487 Commits

Author SHA1 Message Date
Alberto Güerere
cb351b8ed4 Example update Lock to 8.2
Updates the Lock version used in the example project.

Fixes https://github.com/auth0/socketio-jwt/issues/76
2016-02-12 21:16:59 -04:30
Nathan Totten
4712148963 Merge pull request #71 from Amialc/popupchange
Changed popup to redirect mode, updated dependencies
2016-02-09 10:18:10 -08:00
José F. Romaniello
09f2ab9c5b 4.3.4 2016-01-14 09:19:52 -03:00
José F. Romaniello
606708fb1b improve license information 2016-01-14 09:19:45 -03:00
Vlad
46c212363f Changed popup to redirect mode, updated dependencies 2016-01-07 16:44:05 +02:00
Daedalus11069
730a83ed6b doc changes to allow optional async disconnect 2015-12-25 20:17:01 -08:00
Daedalus11069
0fa2cc2590 Make async call of .disconnect() optional 2015-12-25 19:48:58 -08:00
gjsmith66
ba0497cb23 Update README.md
Update README.md to fix example on how to handle unauthorized access.
2015-12-17 13:36:51 -05:00
Nathan Totten
c31764aac3 Merge pull request #65 from Annyv2/seed-project
Update Seed Project
2015-12-08 16:19:44 -08:00
Annyv2
454f50187e Update style.css 2015-12-01 16:48:31 -04:30
Annyv2
493026cb74 Update package.json 2015-12-01 16:38:16 -04:30
Annyv2
cda9fe25db Update README.md 2015-12-01 15:45:49 -04:30
Annyv2
d14e67ec27 Create style.css 2015-12-01 15:40:25 -04:30
Annyv2
ccd6172d15 Delete index.html 2015-12-01 15:39:09 -04:30
Annyv2
e1606408ea Create layout.jade 2015-12-01 15:38:49 -04:30
Annyv2
8cfc9ccd6f Delete index.jade 2015-12-01 15:37:32 -04:30
Annyv2
a31cc9106c Create index.jade 2015-12-01 15:36:55 -04:30
Annyv2
ad5aa83cee Create index.jade 2015-12-01 15:36:15 -04:30
Annyv2
ac5c58cd62 Update index.js 2015-12-01 15:33:06 -04:30
Annyv2
18a3c01d44 Update package.json 2015-12-01 15:31:58 -04:30
Annyv2
d84b977fdd Delete auth0-variables.js 2015-12-01 15:31:07 -04:30
Nathan Totten
7d77b59bea Merge pull request #64 from Annyv2/seed-project
Updated Seed Project
2015-11-30 11:03:40 -08:00
Damian Schenkelman
d6aa78d107 Merge pull request #63 from daf-spr/feature/dynamically-generated-secret
Add ability to generate secret dynamically
2015-11-30 10:20:30 -03:00
Annyv2
46ed7a6628 Update README.md 2015-11-26 09:49:32 -04:30
Annyv2
eab3771d3b Delete index.js 2015-11-25 19:27:16 -04:30
Annyv2
b870e4d5b1 Delete index.html 2015-11-25 19:27:08 -04:30
Annyv2
b560968eb1 Delete auth0-variables.js 2015-11-25 19:26:56 -04:30
Annyv2
52c879507e Delete README.md 2015-11-25 19:26:47 -04:30
Annyv2
a89279bd42 Delete package.json 2015-11-25 19:26:30 -04:30
Annyv2
d34ee09ccd Create package.json 2015-11-25 19:26:08 -04:30
Annyv2
598558beba Create index.js 2015-11-25 19:25:27 -04:30
Annyv2
fa617d796d Create index.html 2015-11-25 19:24:37 -04:30
Annyv2
2f4dbf0f5c Create auth0-variables 2015-11-25 19:23:42 -04:30
Annyv2
4afc4bd2f0 Create README.md 2015-11-25 19:22:38 -04:30
Annyv2
eea88d51c2 Update README.md 2015-11-25 19:15:52 -04:30
Annyv2
47da4c6855 Update index.js 2015-11-25 19:10:15 -04:30
Annyv2
4a905bdcfc Update index.html 2015-11-25 19:09:05 -04:30
Annyv2
575269eaf6 Update auth0-variables 2015-11-25 19:06:04 -04:30
Annyv2
a33bdfd730 Create auth0-variables.js 2015-11-24 14:03:25 -04:30
Annyv2
f9d1c10783 Updated Lock
Updated version of Lock
2015-11-23 20:18:26 -04:30
Annyv2
37bb5bbc09 Update index.js
Updated console log to show the JWT
2015-11-23 20:17:16 -04:30
Annyv2
eae6966dfd Update README.md 2015-11-23 20:00:28 -04:30
Annyv2
4dd06a28ce Update README.md 2015-11-23 19:58:04 -04:30
Annyv2
cf81a579a5 Create README.md 2015-11-23 19:57:18 -04:30
Damian Fortuna
e094d231b2 Add ability to generate secret dynamically
This allow you to pass a function instead of an string in order to
generate secret based on the new connection features.
2015-11-18 18:49:55 -03:00
José F. Romaniello
d06501e315 4.3.3 2015-11-09 08:12:44 -03:00
José F. Romaniello
86a92e9b42 Merge branch 'gfetco-patch-1' 2015-11-09 08:12:22 -03:00
José F. Romaniello
0bc14474c6 Merge branch 'patch-1' of https://github.com/gfetco/socketio-jwt into gfetco-patch-1 2015-11-09 08:12:08 -03:00
Nathan Totten
72d599a701 Merge pull request #60 from aguerere/newSeedProject-FromSocketioOwnTutorial
Introduced a new example project
2015-11-03 07:50:24 -08:00
gfetco
170c23306f Validation
on socket authenticate, should check that the data.token exists and if it is the desired type? 
socket.emit( 'authenticate', {token: {} }); // will crash server if sent from client-side.
2015-11-01 20:44:25 +01:00