As @kayandrae pointed out, one of the options is using JSON web tokens for authentication. If you want to understand how to use JWT with Laravel you should definetely check this in-depth article on Toptal. He is using AngularJS, but it doesnt matter, concept is the same and backend part is more important in this case. Also, check out this repo on GitHub. It's a starter application for Laravel and JWT.