-
Notifications
You must be signed in to change notification settings - Fork 347
Description
Is it possible to supply a valid oAuth token (Github, Twitter, Auth0) to Horizon via the client? I'm asking this because we use Auth0 as provider. We have a web client and react native app and would like to use the custom extra signup fields from Auth0. Currently there is no way to use this with Horizon right?
It would be easier on react-native to use something like https://github.com/auth0/react-native-lock to prevent the need for a WebView, regex etc.
Is it possible to communicate with auth0 from the client directly, then receive a valid auth0 token and then supply this token to Horizon server so that the Horizon server knows the user is authenticated? Or is there any other way to get the custom signup fields working and prevent the usage of a Webview with redirect URL on react native?
Thanks!
Server version:2
Client version:2