Self-host tkey and React Native Expo

Hi devteam,

I would like to use a self-host tkey and host everything in our own servers such as the metadata of Torus storage layer by using this one https://github.com/torusresearch/torus-metadata, build our own 0auth 2.0 server, instead using web3Auth/Torus auth0. Is it possible as well to know how the redirectUrl works?

      CustomAuth.init({
        browserRedirectUri: "https://scripts.toruswallet.io/redirect.html",
        redirectUri: "torusapp://org.torusresearch.customauthexample/redirect",
        network: "testnet", // details for test net
        enableLogging: true,
        enableOneKey: false,
      });

Once I generated the public and private keys what are the next steps? Sorry, I am a little bit confused.

Do you have a working example or demo of this?
https://tech.tor.us/



Originally posted by: ratribiana

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1264