How do I configure Auth0 for my verifier?
You can follow this Auth0 guide to get started. https://auth0.com/docs/identityprovidersFew readersWhich is the best Torus Product for my application?
Torus offers 3 different products that are tailored to the specific needs of each application, namely OpenLogin, Wallet, and CustomAuth. OpenLogin allows the application to have full control over the UI/UX, and trusts the application developer with application scoped keys. Only the dapp has access to the app scoped key, and the user's parent private key with which this key was derived from would not be accessible to anyone. With OpenLogin, applications are able to provide multi-factor authenticFew readersHow do I get a client ID to setup Google verifiers?
You can get your Google client ID by following this guide. https://support.google.com/cloud/answer/6158849?hl=enFew readersHow do I setup my own custom verifier for CustomAuth?
Should you wish to deploy your own custom verifier, reach out to us here to get your custom verifier deployed as the Torus Developer Dashboard currently doesn’t support the setup for custom verifiers. Read our documentation to learn what you'll need to set up your own custom verifier: https://docs.tor.us/customauth/setting-up-verifiers/custom-verifierFew readersWhat is a CustomAuth verifier?
CustomAuth deploys a custom Verifier Script for your application on the Torus Network. Verifier Scripts determine the access structure to your user’s keys and the set Verifier Scripts are chosen to determine which logins your application will ultimately use. You can read more about verifiers in this article.Few readersHow secure is Torus Wallet?
Extremely Secure! To uphold the standard and security of the Torus Key Infrastructure and system, the company undergoes regular audits on its code bases. This includes audits from: Backend audit by Certik Academic audit by Aniket Kate Audit by Cure53 Audit by Kudelski The public repository for our audit reports can be found here.Few readersHow long does it take for me to get my CustomAuth testnet verifier approved?
You should have your testnet verifier deployed within 10 minutes. Should you wish to expedite the process, or find that your testnet verifier has yet to been approved after 10 minutes, please reach out to us on this support channel.Few readersHow long does it take for me to get my CustomAuth mainnet verifier approved?
It takes 2 business days for us to deploy your verifier on mainnet. We encourage you to try out the configuration in a testnet verifier first, before requesting it on mainnet. Should you wish to expedite the process, or find that your mainnet verifier has yet to been approved after 2 business days, please reach out to us on this support channel.Few readersDo I have to use Auth0 for my verifiers?
No. You can use your login providers with Torus, using one of the custom login schemes (either via JWTs or ECDSA signatures). This way, your users can still use your existing login provider with CustomAuth. The application should follow the JWT specification and use JWKS for signing with public keys that are exposed by an endpoint. Should you wish to deploy your own custom verifier, reach out to us here to get your custom verifier deployed as the Torus Developer Dashboard currently doesn’t supFew readers