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 …
So a few months ago, Twitch.tv made a big announcement that they were going to start allowing username changes. You can find the announcement here: twitch.tv username change blog post A big part of t…
A couple years ago I was working on a Laravel API that had social authentication features. I was using the laravel/socialite package to handle these authentication features, but ran into issues becau…
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 …