What approach and package to use to make Authentication in Laravel + react app?
I am building some applications with Laravel as the backend and react as the front end. So, I used the standard Laravel instruments - session, Auth facade, and custom controller. It works because I put react in the resources/js folder…