Skip to content

llenroc/account-verification-csharp

 
 

Repository files navigation

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 git@github.com: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.

About

Authy Account Verification sample app implemented in C# .NET

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 84.6%
  • JavaScript 13.2%
  • CSS 2.1%
  • Classic ASP 0.1%