Eclipse Vert.x 4 released!

Next post

Eclipse Vert.x 3.9.5 released!

Eclipse Vert.x version 3.9.5 has just been released. It fixes quite a few bugs that have been reported by the community.

阅读更多
Previous post

What's new in Vert.x 4

See an overview of all new and exciting features in Vert.x 4, including futures, distributed tracing, reactive database clients, SQL templating, and more.

阅读更多
Related posts

JWT Authorization for Vert.x with Keycloak

In this blog post, you'll learn about JWT foundations, protect routes with JWT Authorization, JWT encoded tokens, and RBAC with Keycloak

阅读更多

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.

阅读更多

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.

阅读更多