Build a Secure API in PHP Using Laravel Passport

Ellis - Jun 2 '20 - - Dev Community

What is Passport?

APIs typically use tokens to authenticate users and do not maintain session state between requests. Laravel makes API authentication a breeze using Laravel Passport, which provides a full OAuth2 server implementation for your Laravel application development in a matter of minutes.

What you will learn in this video tutorial?

  • Laravel Passport Installation & configuration
  • Login API using Laravel Passport Personal Access Tokens
  • Register And Logout API
  • Use API in Vue.js frontend APP
  • Vuex implementation for authenticated User


Laravel Passport Tutorial

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .