Hi everyone,
I have created a iOS App (Swift) with Custom Login. I have integrated standard Google and Facebook Login SDKs in my app.
I am using Auth0m for login authentication.
With Username-Password-Authentication database I can see users after successful login.
But when I use Social connections(Google & Facebook) , I cannot see logged in users even if they are successfully logged in.
How can I let Auth0 know that these users have successfully logged so that Auth0 dashboard will show them ?
Please help. Thank you in advance.