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

feat(socket): authenticate in handshake #254

Merged
merged 5 commits into from
Nov 24, 2021
Merged

Conversation

samuelmasse
Copy link
Contributor

@samuelmasse samuelmasse commented Nov 23, 2021

Requires that authentication be provided when a user connects to a socket. A socket connection can no longer be held without first authenticating a user.

We'll need to bump the socket package version before merging this

Closes DEV-2074

@linear
Copy link

linear bot commented Nov 23, 2021

DEV-2074 Socket should check user credentials in handshake instead of in a seperate message

This would prevent users from open tons of unauthenticated socket connections.

@samuelmasse samuelmasse marked this pull request as ready for review November 23, 2021 18:45
@samuelmasse samuelmasse merged commit 03e1bd4 into master Nov 24, 2021
@samuelmasse samuelmasse deleted the sm-websocket-handshake branch November 24, 2021 20:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants