Warning: This tutorial has been deprecated. See the new version here
Learn to implement account verification in your web app with Twilio-powered Authy. Account verification helps you ensure your customer data is accurate and secure. This tutorial will show you the code to make it happen.
-
First clone this repository and
cdinto it.git clone [email protected]:TwilioDevEd/account-verification-csharp.git cd account-verification-csharp
-
Create the sample configuration file and edit it to match your configuration.
rename AccountVerification.Web\Local.config.example AccountVerification.Web\Local.configYou can find your TwilioAccountSID and TwilioAuthToken in your
Twilio Account Settings.
You will also need a TwilioNumber, which you may find
here.
For the AuthyKey you first need to sign up for Authy.
When you create an Authy application the production key is found on the dashboard.
- Check it out at http://localhost:25451/.
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Lovingly crafted by Twilio Developer Education.
