Skip to content

Commit f883a7b

Browse files
committed
Laravel rest api with passport
1 parent d752fa6 commit f883a7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
## **Laravel REST API with Passport**
22

3-
In this, We will learn that how to work with REST API.
4-
We will use the in-built functionality of laravel for authentication which calls a passport.
5-
6-
Laravel provides more security for APIs. So, it's good to work on API with Laravel.
3+
Here, we are going to implement REST API with Passport authentication.
4+
We will build a CRUD for Blog's API using Laravel Passport Authentication.
75

86
#### **What is REST API?**
97
Rest API (Representational State Transfer) api's are web standards base architecture and uses HTTP Protocol for exchanging data between applications or systems.

0 commit comments

Comments
 (0)