Implementing Authentication and Authorization on Vue.js using JWT token integrated with Spring Security

Introduction Modern web applications currently make use of Javascript frameworks. The most popular are: Vue.js, React and Angular. These frameworks have the characteristic of having no session on the server side. The information is stored on the client side.  One hand, this is very useful because it facilitates scaling the backend without worrying about theContinuar lendo “Implementing Authentication and Authorization on Vue.js using JWT token integrated with Spring Security”