Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

TwilioDevEd/account-verification-csharp

Repository files navigation

Warning: This tutorial has been deprecated. See the new version here

Twilio

Account Verification - ASP.NET MVC

Build status

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.

View the full tutorial here!

Local development

  1. First clone this repository and cd into it.

    git clone [email protected]:TwilioDevEd/account-verification-csharp.git
    cd account-verification-csharp
  2. Create the sample configuration file and edit it to match your configuration.

rename AccountVerification.Web\Local.config.example AccountVerification.Web\Local.config

You 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.

Authy Dashboard

  1. Check it out at http://localhost:25451/.

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.