Server OAuth2 with Laravel Passport
If you have tried to create an OAuth server you will know that it can be quite complex. To simplify this problem, you can use the Laravel’s Passport library, which allows you to set up an Oauth2 server in your application in a simple and very fast way. Assuming you have the basic notions of …