0 votes
in Laravel by
What is Laravel Passport?

1 Answer

0 votes
by

Laravel Passport is native OAuth 2 server for Laravel apps. It uses the League OAuth2 Server package as a dependency but provides a simple, easy-to-learn and easy-to-implement syntax. Passport exposes a JSON API for your frontend to consume to let you manage your clients and tokens.

Out of the box, Passport comes with Vue components that show how you might want to interact with this API in your app. You could use these components and call it done, or you could write your own tool to interact with the API.

...