Create Rest API with Laravel Passport Authentication
Laravel passport Laravel Passport is an OAuth2 server and API authentication package that is simple and enjoyable to use. We will use laravel passport to authenticate token-based request except for session You have to just follow a few steps to get following web services: Login API Register API Details API Step 1 – First Create a Project Step 2 –…
