Inject authorization token from different context

  • Hi everyone! I’m trying take an Auth0 token from one context (Mobile) and pass it to another context (Web / React). My use case is that I would like to render a web view within Mobile and have the user’s authentication be recognized.

  • Is this something we can set up in the web code? I’m imagining somehow injecting my JWT into the Auth0 client so that it can recognize it.

  • Or do I need to configure something inside the Auth0 platform, like saying this is an external tokens and then letting the Auth0 client set up it’s own token?

  • Thank you!