Yesterday we saw how to secure our API with a Token and how to use the Token in VueJs. Today we will see how to authenticate a user in our application in a SPA context using VueJS. Let’s proceed step by step. 1. Security with Symfony A) Create User Entity <?php namespace App\Entity; … /**…