Client
CodeZen - https://codezen.io
Article Excerpt
The majority of projects built with Laravel are traditional web applications where HTML is rendered from the server-side using blade components. However, did you know you could also build a robust REST API with Laravel? It’s relatively simple to build one and in this tutorial, we’ll show you how to build a Laravel REST API using JWT authentication (JSON Web Tokens).
Article Link
https://codezen.io/laravel-7-rest-api-using-jwt-authentication/