JWT Authorization for Vert.x with Keycloak
Next post
Eclipse Vert.x 3.9.4 released!
Eclipse Vert.x version 3.9.4 has just been released. It fixes quite a few bugs that have been reported by the community.
阅读更多Previous post
Eclipse Vert.x 4 beta 3 released!
The third beta version of Eclipse Vert.x 4.0 highlights many features including (but not limited to) HTTP client request creation, HTTP tunnel improvements, and WebSocket upgrade improvements.
阅读更多Related posts
Easy SSO for Vert.x with Keycloak
In this blog post, you'll learn how to implement Single Sign-on with OpenID Connect and how to use Keycloak together with Eclipse Vert.x.
阅读更多Things to keep in mind concerning CSRF attacks
Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.
阅读更多Unit and Integration Tests
Let’s refresh our mind about what we developed so far in the introduction to vert.x series. We forgot an important task. We didn’t test the API.
阅读更多