Add Social Login to Ionic Apps

Apple announced a Sign in with Apple service at its WWDC developer conference in June 2019. If you’re familiar with social login with Google or Facebook, it’s very similar. Most of these identity services use OAuth and OpenID Connect (…


This content originally appeared on Scotch.io RSS Feed and was authored by Matt Raible

Apple announced a Sign in with Apple service at its WWDC developer conference in June 2019. If you're familiar with social login with Google or Facebook, it's very similar. Most of these identity services use OAuth and OpenID Connect (OIDC), and Apple's implementation is similar.

Today I'd like to show you how to develop a mobile application with Ionic, add OIDC authentication, retrieve the user's information, and add social login (aka federated identity) with Apple and Google. I'll even show you how to test it in a phone simulator, as well as on your device.

Prerequisites:

Create an Ionic App

To begin, you'll need to install the Ionic CLI.

npm i -g @ionic/cli@6.11.0

Then, use ionic start to create a new Angular app with tabs. Yo


This content originally appeared on Scotch.io RSS Feed and was authored by Matt Raible


Print Share Comment Cite Upload Translate Updates
APA

Matt Raible | Sciencx (2020-09-29T16:45:54+00:00) Add Social Login to Ionic Apps. Retrieved from https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/

MLA
" » Add Social Login to Ionic Apps." Matt Raible | Sciencx - Tuesday September 29, 2020, https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/
HARVARD
Matt Raible | Sciencx Tuesday September 29, 2020 » Add Social Login to Ionic Apps., viewed ,<https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/>
VANCOUVER
Matt Raible | Sciencx - » Add Social Login to Ionic Apps. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/
CHICAGO
" » Add Social Login to Ionic Apps." Matt Raible | Sciencx - Accessed . https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/
IEEE
" » Add Social Login to Ionic Apps." Matt Raible | Sciencx [Online]. Available: https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/. [Accessed: ]
rf:citation
» Add Social Login to Ionic Apps | Matt Raible | Sciencx | https://www.scien.cx/2020/09/29/add-social-login-to-ionic-apps/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.