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:
- Node 12+
- A sense of adventure
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

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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.