Hi, I am trying to implement letting my users add a variable number of additional oAuth social network connections AFTER they have logged in via auth0. So the user logs in via auth0, and is using the app. At some point, they choose to connect the app to some other oauth based apis. I am hoping to use the auth0 setup to show consent and get access tokens - not do a full re-authentication.
Is this possible? I am struggling to know how to search for this use case. I am using the react-native library GitHub - auth0/react-native-auth0: React Native toolkit for Auth0 API
Any direction would be super helpful!
Thanks,
Steven