Securing and controlling access
Tip | The corresponding source code is in the step-7 folder of the guide repository. |
Securing and controlling access is easy to do with Vert.x. In this section, we will:
move from HTTP to HTTPS, and
add user authentication with group-based privileges to the web application, and
control access to the web API using JSON web tokens (JWT).