Using Json Web Tokens for authentication will allow you to easily scale up your application, as you only need to store the tokens on the front-end.
We will be using irazasyed/jwt-auth-guard which is a Laravel Auth Guard on top of tymondesigns/jwt-auth
Follow the installation instructions to get started with JWT Authentication.