account-verification-csharp-master

所属分类:其他
开发工具:Others
文件大小:913KB
下载次数:0
上传日期:2020-08-29 19:32:22
上 传 者clonetest1
说明:  this is the test fine of logging data to server.

文件列表:
AccountVerification.Web.Tests (0, 2017-03-22)
AccountVerification.Web.Tests\AccountVerification.Web.Tests.csproj (11888, 2017-03-22)
AccountVerification.Web.Tests\Common (0, 2017-03-22)
AccountVerification.Web.Tests\Common\BaseTests.cs (2778, 2017-03-22)
AccountVerification.Web.Tests\Common\TestUserStore.cs (8778, 2017-03-22)
AccountVerification.Web.Tests\Controllers (0, 2017-03-22)
AccountVerification.Web.Tests\Controllers\AccountControllerTests.cs (4142, 2017-03-22)
AccountVerification.Web.Tests\Identity (0, 2017-03-22)
AccountVerification.Web.Tests\Identity\ApplicationUserManagerTests.cs (1550, 2017-03-22)
AccountVerification.Web.Tests\Properties (0, 2017-03-22)
AccountVerification.Web.Tests\Properties\AssemblyInfo.cs (1434, 2017-03-22)
AccountVerification.Web.Tests\TestUserStore.cs (7356, 2017-03-22)
AccountVerification.Web.Tests\app.config (4040, 2017-03-22)
AccountVerification.Web.Tests\packages.config (1612, 2017-03-22)
AccountVerification.Web.sln (1549, 2017-03-22)
AccountVerification.Web (0, 2017-03-22)
AccountVerification.Web\AccountVerification.Web.csproj (19659, 2017-03-22)
AccountVerification.Web\App_Start (0, 2017-03-22)
AccountVerification.Web\App_Start\BundleConfig.cs (1306, 2017-03-22)
AccountVerification.Web\App_Start\FilterConfig.cs (278, 2017-03-22)
AccountVerification.Web\App_Start\IdentityConfig.cs (7068, 2017-03-22)
AccountVerification.Web\App_Start\RouteConfig.cs (593, 2017-03-22)
AccountVerification.Web\App_Start\Startup.Auth.cs (3485, 2017-03-22)
AccountVerification.Web\ApplicationMessages.cs (734, 2017-03-22)
AccountVerification.Web\Content (0, 2017-03-22)
AccountVerification.Web\Content\Site.css (1594, 2017-03-22)
AccountVerification.Web\Content\bootstrap-theme.css (16819, 2017-03-22)
AccountVerification.Web\Content\bootstrap-theme.min.css (14996, 2017-03-22)
AccountVerification.Web\Content\bootstrap.css (119892, 2017-03-22)
AccountVerification.Web\Content\bootstrap.min.css (97339, 2017-03-22)
AccountVerification.Web\Content\font-awesome.css (32318, 2017-03-22)
AccountVerification.Web\Content\font-awesome.min.css (26711, 2017-03-22)
AccountVerification.Web\Controllers (0, 2017-03-22)
AccountVerification.Web\Controllers\AccountController.cs (8807, 2017-03-22)
AccountVerification.Web\Controllers\HomeController.cs (300, 2017-03-22)
AccountVerification.Web\Global.asax (114, 2017-03-22)
AccountVerification.Web\Global.asax.cs (584, 2017-03-22)
... ...

Twilio # Account Verification - ASP.NET MVC [![Build status](https://ci.appveyor.com/api/projects/status/u7adfy20o1d2mcbt?svg=true)](https://ci.appveyor.com/project/TwilioDevEd/account-verification-csharp) 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](https://www.twilio.com/docs/tutorials/walkthrough/account-verification/csharp/mvc)! ### Local development 1. First clone this repository and `cd` into it. ```shell git clone git@github.com:TwilioDevEd/account-verification-csharp.git cd account-verification-csharp ``` 1. Create the sample configuration file and edit it to match your configuration. ```shell rename AccountVerification.Web\Local.config.example AccountVerification.Web\Local.config ``` You can find your `TwilioAccountSID` and `TwilioAuthToken` in your [Twilio Account Settings](https://www.twilio.com/console). You will also need a `TwilioNumber`, which you may find [here](https://www.twilio.com/user/account/phone-numbers/incoming). For the `AuthyKey` you first need to [sign up for Authy](https://dashboard.authy.com/signup). When you create an Authy application the production key is found on the dashboard. ![Authy Dashboard](http://s3.amazonaws.com/howtodocs/2fa-authy-dashboard.png) 1. Check it out at [http://localhost:25451/](http://localhost:25451/). ## Meta * No warranty expressed or implied. Software is as is. Diggity. * [MIT License](http://www.opensource.org/licenses/mit-license.html) * Lovingly crafted by Twilio Developer Education.

近期下载者

相关文件


收藏者