电子邮件确认与MVC 5和Asp.net身份

编程入门 行业动态 更新时间:2024-10-22 13:54:36
本文介绍了电子邮件确认与MVC 5和Asp身份的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我一直在寻找,但没有发现对如何实现电子邮件确认与MVC 5使用新的ASP身份的任何文件。似乎没有要上这个话题(我能找到)的任何文档。

I have been searching, but have not found any documentation on how to implement Email confirmation with MVC 5 using the new ASP Identity. There does not seem to be any documentation on this topic (that I could find).

有没有人解决了这个了吗?我很惊讶,这是不包括在默认的MVC 5项目。默认

Has anyone solved this yet? I am very surprised that this is not included by default in the default MVC 5 project.

任何指导,大大AP preciated。

Any guidance is greatly appreciated.

感谢您

推荐答案

我已经写了step-by-step本文就如何使用ASP.NET身份时添加电子邮件确认。您可以这里在项目文件夹中的 AspNetIdentity \\ AspNetIdentityRefApp 。我也创建一个封装ASP.NET身份,使它更容易在新的MVC 5的应用程序和模拟由SimpleMembership使用的WebSecurity API纳入一个服务层。你可以从得到类库 AspNetIdentity \\ SimpleSecurity.AspNetIdentity 还有引用的应用程序在 AspNetIdentity \\ SimpleSecurity.AspNetIdentity.RefApp 使用这个库。类库和参考应用程序还说明了如何使用基于Web的API令牌和基本身份验证实现重置密码。

I have written a step-by-step article on how to add email confirmation when using ASP.NET Identity. You can get the source code here in the project folder AspNetIdentity\AspNetIdentityRefApp. I have also created a service layer that encapsulates ASP.NET Identity, making it easier to incorporate in new MVC 5 applications and mimics the WebSecurity API used by SimpleMembership. You can get that class library from AspNetIdentity\SimpleSecurity.AspNetIdentity There is also reference app for using this library in AspNetIdentity\SimpleSecurity.AspNetIdentity.RefApp. The class library and reference app also show how to implement password reset using a token and basic authentication on Web API's.

更多推荐

电子邮件确认与MVC 5和Asp.net身份

本文发布于:2023-11-16 09:53:21,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1603217.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:电子邮件   身份   Asp   MVC   net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!