Category

Rest API

Category

Laravel 8 API authentication with passport tutorial. In this tutorial, I will show you how to build rest APIs with passport authentication in Laravel 8. Also, I will show you how to install passport and configure passport in laravel 8 app. First of all, you need to follow this step. Laravel 8 API Authentication with Passport Tutorial Step 1: Install laravel 8 AppStep 2: Database Configuration in .env fileStep 3: Install Passport AuthStep 4: Passport…

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: Informational responses (100–199), Successful responses (200–299), Redirects (300–399), Client errors (400–499), and Server errors (500–599). Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status