DEV Community

Cover image for Implement Passport In Laravel
Suresh Ramani
Suresh Ramani

Posted on

Implement Passport In Laravel

We learning how to implement full user authentication and a simple form of access control in an API using Laravel and Passport.

Installation Requirements:

PHP 7+, MySQL, and Apache (All three can be installed simultaneously, using XAMPP.)
Composer
Laravel 5.3 or More
Laravel Passport. Laravel Passport is an easy-to-use OAuth2 server and API authentication package.
Postman, cURL, and Insomnia to check API
Text editor
Laravel Helpers (For Laravel 6.x and up)

https://techvblogs.com/blog/laravel-passport-authentication

Top comments (0)