rx-stomp
rx-stomp copied to clipboard
How to handle authentication error?
How can I react to authentication errors?
There is the observable webSocketErrors$ but the only info I can get from there is type = error. But I want to know what kind of error occurred like a http status code.
I don't want to do a token refresh but to logout the user on authentication error.
Any idea?