I have just built an api with auth and JWT. This is already working. I would like also to have a frontend with VUEJS.
The point is, how should I implement the frontend(web.php) authentication? Should I use the api? Or build another auth part for the front end?
Thanks a lot!!