This project has been archived. If you're curious, check out one of my latest courses:
If you work with JavaScript, check out the fetch use cases and JavaScript projects.
Thank you! — Jad Joubran
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.