-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security issue with socket.io coding #135
Comments
That is a very good point actually, I will have to look into how to use authentication with socket.io/redis pubsub |
socketio-jwt is for JWT authentication, I dont know regarding the below two links, i will checkout those links. |
Yeah sorry that was more notes for myself to look at |
IHi @REBELinBLUE , take a look at this discussion https://laracasts.com/series/real-time-laravel-with-socket-io/episodes/2#comment-2309468203 |
Thanks, I will take a look. Just finished work for the holidays so should get a chance to fix this, although probably not until sunday |
Working on this, think I have it working, need to do some testing and some cleanup |
Hey thanks, Im developing docker image for this project so that anybody can install instantly ans also scale. But its still in dev , take a look at https://hub.docker.com/r/katakampavankumar/docker-deployer/. |
Awesome, thanks. Will take a look in a bit, never actually used docker |
its a containerization concept, i really like it and im doing everything with dockers now. like virtual box but application level virtualization where as virtualbox is hardware level virtualization. |
Yeah I know what it is, we are moving to it from OpenVZ at work, I've just never gotten around to actually playing around with it myself ;) |
I'm also still learning .... |
I have merged it into master now, seems to be working fine for me, let me know if it works for you. |
Sure. |
Sorry, just realised I haven't updated the update command to generate |
Done |
* master: (27 commits) Generate the JWT key Added debugging to node.js server JWT middleware Move JWT generation to a service provider and use auth.login to generate on login and auth.logout to clear session on logout Removed unneeded route Work on add JWT to address issue #135 Revert "Update .phpci.yml" Update .phpci.yml Fixed indentation Fixes #137 by checking if nginx is installed Revert "Change StyleCI rules to laravel" Change StyleCI rules to laravel Clean up code Updated dependencies Fix the vagrant box version to 0.3.3 until I have time to test PHP 7 Change hard coded integer to constant Updated dependencies Fixing update_only field Updated dependencies Updated dependencies Fixed path to coverage reports ...
Any body can listen to socket.io channel for another persons also. Is this security issue ha?
The text was updated successfully, but these errors were encountered: