且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MVC中的身份验证

更新时间:2023-12-02 22:52:40

演练:在ASP.NET MVC中使用表单身份验证 [ ^ ]



它应该足够开始;)


对于MVC 4



ASP.NET MVC 4中的表单身份验证



对于MVC 5



使用SimpleMembership和OAuth在ASP.NET MVC中进行身份验证



我希望这会对你有所帮助。


hi


您可以使用以下链接进行基于表格的认证



http://tutorial.techaltum.com/Form- based-atuthentication-in-MVC.html [ ^ ]

Hi,
Dear all, I just want to implement authentication in my mvc application, actually, I do not know the procedure of authentication mvc, like in asp.net we use the forms authentication, create the authentication ticket with our custom data tables and create the page base for authentication each request, my question is, how can we do it in mvc for each request and how to use membership in mvc, can we use membership with our custom data tables.

could you give me direction, thanks in advance.

Walkthrough: Using Forms Authentication in ASP.NET MVC[^]

It should be enough for start ;)


For MVC 4

Forms Authentication in ASP.NET MVC 4

For MVC 5

Authentication in ASP.NET MVC with SimpleMembership and OAuth

I hope this will help to you.


hi
you can use the following link to do the form based authenticaion

http://tutorial.techaltum.com/Form-based-atuthentication-in-MVC.html[^]