Ask questions and see you at October, 5th, 8.PM. CET: https://vimeo.com/event/154379
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
Hi Adam,
We recently switched to JWT authentication using Microprofile and Payara. It works great with JAX-RS endpoints. But we also have some Websockets in our apps and so far there is nothing in MP that would authenticate Websocket connections, we had to create a webfilter for the this and use another library to verify the JWT. Is there a better approach until/if the support for Websockets comes to MP?
Thanks!