Category: PHP

  • OAuth login using Facebook, Google, Twitter and Github with Laravel Socialite

    OAuth login using Facebook, Google, Twitter and Github with Laravel Socialite

    These days majority of web apps delegate authentication to other providers like Facebook, Google, Twitter, Github and many others. By using OAuth we don’t have to worry about storing user credentials on our server and gives user flexibility to use the same account to authorize on multiple platforms.

  • Build complete RSS feed reader app – PHP RSS to JSON API

    Build complete RSS feed reader app – PHP RSS to JSON API

    Hello again! in this 3 parts post series I am going to show you how to build a complete RSS feed reader app using Vue.js and Vuex in which you can add channels, favorite posts, search and more and for backend we will use a PHP API which will get and cache the feed for a day…