You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the design for this is using native login screens vs browser based. Could knock out a bunch of that scope by using the built in Auth0 user flows for account creation, forgot/change password and login. We have some auth0 middleware already working in a branch of the back-end api, so this could be a good jumping off point anyway. I’ll hopefully push some changes to an API PR soon that will demonstrate what it looks like.
Here is some documentation on how to make the redirect to the Auth0 browser based login work, including the use of the Auth0 sdk for React Native as well as how to setup the listener for when the Auth0 signing screen redirects back to the app after login.
Auth0 will need to be configured to allow any redirect URI specified in the mobile apps, so be sure to share these with us.
Attention: This includes co-ordinating with the backend folks in order to to see how the API is configures right now (this relates to #16 ).
Designs here
The text was updated successfully, but these errors were encountered: