We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm trying to make authentication based on your x-auth-token, but adapted for web-socket
For rest url, I'm authentificated and evrything work fine, but not for websocket. Error is due to Filter seem to not recognize stomp header.
I try to connect via javascript. stompClient.connect({'x-auth-token':myAuthToken }, function(frame) { });
Is there anyway to filter or to add channelInterceptor on the websocket connection and to add the same validateToken method?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Same Issue...It their any solution for this.
Sorry, something went wrong.
me too Same Issue :(
Is this still valid?
No branches or pull requests
Hello, I'm trying to make authentication based on your x-auth-token, but adapted for web-socket
For rest url, I'm authentificated and evrything work fine, but not for websocket.
Error is due to Filter seem to not recognize stomp header.
I try to connect via javascript.
stompClient.connect({'x-auth-token':myAuthToken }, function(frame) {
});
Is there anyway to filter or to add channelInterceptor on the websocket connection and to add the same validateToken method?
Thanks a lot.
The text was updated successfully, but these errors were encountered: