Setting up Laravel with Doctrine and Passport
Our goal will be to scaffold out a basic app that uses doctrine on the backend... and then get passport installed to handle authentication. This is a cool setup because then you have all you need to …
Our goal will be to scaffold out a basic app that uses doctrine on the backend... and then get passport installed to handle authentication. This is a cool setup because then you have all you need to …
Update: An updated guide is available at vicamconsulting.com/blog/stateless-social-authentication-with-socialite. A couple years ago I was working on a Laravel API that had social authentication fea…