You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
## **Laravel REST API with Passport**
2
2
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.
7
5
8
6
#### **What is REST API?**
9
7
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