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
Hi, I was able to configure a simple websocket and exchange some message, fairly straightforward, congrats!.
I am wondering how would be the best approach for authentication. My api/rest endpoints on the server are using io.dropwizard.auth.Authenticator
io.dropwizard.auth.Authenticator
How can you handle auth for websockets? Maybe I am missing something trivial
Thanks in advance Fer
The text was updated successfully, but these errors were encountered:
Hi @SenhorCastor.
Did you get some progress with this? I I'm with the same issue.
Thanks!
Sorry, something went wrong.
I had originally abandoned this project, but am reviving it for DW 4.0, will look into this.
Now that DW 4.0 is out, I'll be picking this up again.
Hi @TomCools, any progress on this issue? Thank you!
No branches or pull requests
Hi,
I was able to configure a simple websocket and exchange some message, fairly straightforward, congrats!.
I am wondering how would be the best approach for authentication. My api/rest endpoints on the server are using
io.dropwizard.auth.Authenticator
How can you handle auth for websockets? Maybe I am missing something trivial
Thanks in advance
Fer
The text was updated successfully, but these errors were encountered: