使用RavenDB作为后端的一个MVC示例项目:RavenDB Modern MVC Starter Kit
jopen
10年前
这是一个 ASP.NET MVC 示例项目,使用RavenDB作为后端。支持用户注册和通过email验证(SendGrid),可选支持双重校验可选支持通过电子邮件(SendGrid)或短信(Twilio)双因素身份验证。
这个项目提供了:
- A RavenDB-backed identity provider, updated to work with the latest MS Identity Framework (2.1 at the time of this writing).
- A registration confirmation system: when a user registers, he is required to confirm his registration via email. The email is sent via your developer SendGrid account. Upon registering, the user is presented with the following screen:
The user will receive an email with a confirmation link. Following the link, he'll be taken to this page: