Skip to content
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

Authenticate websockets for filtering #56

Closed
nikriek opened this issue Feb 16, 2017 · 7 comments
Closed

Authenticate websockets for filtering #56

nikriek opened this issue Feb 16, 2017 · 7 comments
Assignees

Comments

@nikriek
Copy link
Collaborator

nikriek commented Feb 16, 2017

Send token with initial websocket request to be authenticated

@louiskirsch
Copy link
Collaborator

@louiskirsch
Copy link
Collaborator

cookies are sent though
http://stackoverflow.com/a/33354548/1116010

@nikriek
Copy link
Collaborator Author

nikriek commented Feb 17, 2017

Jep, cookies are working. We either need to switch to cookies or I'll try to implement auth using a Get parameter, which also works

@louiskirsch
Copy link
Collaborator

louiskirsch commented Feb 17, 2017 via email

@nikriek
Copy link
Collaborator Author

nikriek commented Feb 17, 2017

Because you'd normally not use session for a rest api..

@louiskirsch
Copy link
Collaborator

Ok fair enough

@louiskirsch
Copy link
Collaborator

Replaced with cookie authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants