Login using Axios and API Platform (Symfony)

Recently, I wanted to implement a simple login form in my Vue.js application, using a JSON Login. Normally, this is pretty easy and straightforward: Implement the login funtionality as described in the link above, send a POST request to /login with email and password and everything else (save the Session Cookie and send it on … Weiterlesen …