For example, in Firebase I am able to login to my React Native application using username and password, generate a token and send that token to my web application. Then the web application uses a special Firebase function which allows the user to log in using the token passed from the React Native application, without having to input their username and password.
Vice versa, the web could also send such a token to React Native.
Is there some similar functionality for Auth0?