Do 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 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-verifier
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 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-verifier
Updated on: 30/06/2021
Thank you!