Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter
Home ยป RESTful APIs

Create RESTful APIs in Laravel 8 Using Sanctum Auth

November 15, 2020 by Umesh Rana 2 Comments

There are lots of packages available to authenticate the APIs request in Laravel. Such as Passport, JWT, and Sanctum. We are already familiar with Laravel Passport and JWT (JSON Web Token) to authenticate the APIs. Sanctum is introduced in Laravel 7 and really this is also a secured package. The Sanctum provides the authentication for […]

Filed Under: Laravel Tagged With: Laravel Sanctum, RESTful APIs, Sanctum Auth API, Sanctum Authentication

Create RESTful APIs in Laravel 8 Using Passport Auth

October 24, 2020 by Umesh Rana Leave a Comment

Laravel 8 REST API using Passport

Displaying out JSON data only is not such an API. An API contains the data that synchronizes between the two applications. It connects two applications through an end-point. Basically, it works as an intermediary between the two applications. Every API request will have a response. So, in the overall process the API talks to another […]

Filed Under: Laravel Tagged With: Laravel Passport, Laravel REST API, Passport Auth, Passport Authentication in Laravel, RESTful APIs, RESTful APIs Security

Laravel 7 RESTful APIs For Todo App with Passport Auth

July 27, 2020 by Umesh Rana 2 Comments

Laravel 7 REST API for Todo App

The Todo app contains a task list that will gonna perform on a daily basis or specified time frame. For creating any task, we will require login into the application. So, the application will contain the user registration and login. For the authentication, I will be using the passport auth in the Laravel 7. I […]

Filed Under: Laravel Tagged With: Passport Auth in Laravel 7, RESTful APIs, RESTful APIs Security, Todo App REST API

Create a CRUD App in React.js Using Laravel 7 RESTful API

May 17, 2020 by Bunty 5 Comments

Reactjs CRUD

In React.js you can create an interactive UI by combining the different components together. In this post, we are going to create a Reactjs CRUD application. For managing the data and database operations, we will be using the RESTful APIs. You are already familiar with the term RESTful APIs. For the back-end, we will be […]

Filed Under: React Tagged With: APIs in React, Axios in React, React CRUD App, RESTful APIs

Laravel 7 RESTful APIs with Passport Authentication

April 12, 2020 by Umesh Rana Leave a Comment

RESTful API with Passport Auth

Data security in APIs is a crucial challenge in any programming language. If you are creating any APIs for your web application then there might be a risk to access and misuse the APIs. Therefore the authentic request is required for every single call of the API. It will validate all the HTTP requests which […]

Filed Under: Laravel Tagged With: API Authentication, API Tokens, Passport Auth in Laravel 7, RESTful APIs, RESTful APIs Security

RESTful APIs in Laravel 6 with Passport Authentication

October 13, 2019 by Umesh Rana 10 Comments

Laravel 6 REST API

REST or RESTful is a web service that is used to send requests to the server for accessing the web resources. It stands for REpresentational State Transfer which returns the response with the stateless operation. A RESTful API uses HTTP Requests to perform the GET, POST, PUT, and DELETE operations on the data. These requests […]

Filed Under: Laravel Tagged With: Laravel 6 Passport Authentication, Laravel 6 REST API with Auth, Laravel 6 REST APIs, RESTful APIs

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read Moreโ€ฆ

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright ยฉ 2025ยท Programming Fieldsยท All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Ownersยท

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter