In previous chapters, we created a full-stack application using Vue.js and JEE. However, we have not yet covered security, which is a must in any application.
Consequently, in this chapter, we will focus on securing your full-stack application.
Here, we are going to focus on basic security concepts like authentication and authorization, as well as talking about the most commonly used security protocols. Finally, we will cover how to set up a security provider.
What ...