Ionic + Sign in with Apple and Google
This tutorial shows how to add social login to Ionic apps with Apple and Google.
Ionic + Sign in with Apple and Google
This tutorial shows how to add social login to Ionic apps with Apple and Google.
Mousa Alakesh
So amazing guide thanks
Phil Hotchkiss
Thanks for the great tutorial. I have an existing app that has a custom login page and leverages the okta-auth-js client in order to authenticate with Okta. I’m noticing that the oktaAuth.token.getWithRedirect() method leverages window.location and thus attempts to open a url in a new browser window within the app. Any suggestions? I know you are leveraging the ionic-appauth npm package. Would your recommendation be to switch our authentication to leveraging the ionic-appauth library? If so, have you done that before with custom login pages (i.e. sans okta widget)?