Category

Social Logins

OAuth, OAuth2, Social Logins

3 Steps To Migrate Google+ (Google Plus) OAuth2 Sign-in & API Before Shutdown

Google+ (Google Plus) To Shutdown Starting 28 Jan 2019…Help! You may have received an email from Google about Google+ shutdown. Google is sunsetting Google+ for end-users, because they will be refocusing their time and effort in Google+ for enterprise organizations, instead. If you are using Google+ API (Google Plus), you have until 7 March 2019 to move off it but the sooner the better because they are shutting it down progressively from 28 January 2019. The full details are here:…

Read more
Related posts
OAuth2 Introduction Through Flow Diagrams in 5-minutes
September 6, 2018
Social Logins

OAuth.io PHP SDK Tutorial – OAuth Social Logins

Nowadays, it’s unusual to see an app that does not have a social login option. However, adding and maintaining social logins for multiple providers is a pain for all developers. This tutorial shows you how easy it easy it is to use OAuth.io’s OAuth PHP SDK to add social logins, for more than 120 social login providers, in just a few minutes. Working with such an SDK is not a difficult task, but there are some prerequisites for using it….

Read more
Social Logins

The Importance of Social Login

The following post details why social login is important and explains its impact on websites and applications. The premise is fairly straightforward and it increases user engagement while also improving user experience on your site. Some immediately visible advantages: Simple. Easy. Fast. Permission-based contact details like email address can be pulled in from social providers. Most people only have one social profile on each network, making the retrievable data more authentic. Firstly, social login greatly reduces the need for passwords…

Read more
Social Logins

How To Add Coinbase Social Login Button

Purpose Hi there! In this post, we’ll show you how easy it is to add a Coinbase login button to your app or website 🙂 Fully Functional Code To demonstrate the simplicity of this solution, let us look at the final code we create. You can try out the code instantly here: https://jsfiddle.net/4monb1nu/1/ HTML <a id=”coinbase-button” class=”btn btn-block btn-social btn-coinbase”> <i class=”fa fa-coinbase”></i> Sign in with Coinbase </a> CSS None JS $(‘#coinbase-button’).on(‘click’, function() { // Initialize with your OAuth.io app…

Read more
Social Logins

How To Add Github Social Login Button

Purpose Hi there! In this post, we’ll show you how easy it is to add a Github login button to your app or website 🙂 Customers have told us that this is the simplest Javascript step-by-step guide, with full working code (< 15 lines), to create a Social Login Button for Github! Outcome Fully Functional Code To demonstrate the simplicity of this solution, let us look at the final code we create. You can try out the code instantly here:…

Read more
Social Logins

How To Add Twitter Social Login Button

Purpose Hi there! In this post, we’ll show you how easy it is to add a Twitter login button to your app or website 🙂 We’ve been told that this is the simplest Javascript step-by-step guide with full working code (< 15 lines) to create a Social Login Button for Twitter! Outcome Fully Functional Code To demonstrate the simplicity of this solution, let us look at the final code we create. You can try out the code instantly here: https://jsfiddle.net/a787Lkq2/1/…

Read more
Social Logins

How To Add Google Social Login Button

Purpose Hi there! In this post, we’ll show you how easy it is to add a Google login button to your app or website 🙂 Customers have told us that this is the simplest Javascript step-by-step guide, with full working code (< 15 lines), to create a Social Login Button for Google! Outcome Fully Functional Code To demonstrate the simplicity of this solution, let us look at the final code we create. You can try out the code instantly here:…

Read more
Social Logins

How To Add Instagram Social Login Button

Purpose Hi there! In this post, we’ll show you how easy it is to add an Instagram login button to your app or website 🙂 We believe that this is the simplest Javascript step-by-step guide with full working code (< 15 lines) to create a Social Login Button for Instagram! Fully Functional Code To demonstrate the simplicity of this solution, let us look at the final code we create. You can try out the code instantly here: https://jsfiddle.net/ringcaptcha/9b9enpwe/4/ HTML <a…

Read more