0
A
回答
1
內部發出的身份驗證Cookie只是檢查郵件相匹配的密碼,並使用電子郵件作爲用戶名的身份驗證Cookie您的控制器動作:
[HttpPost]
public ActionResult Login(string email, string password)
{
// TODO: query your membership provider and verify if the given email
// matches the password and if they match emit the authentication cookie
// using the email as username
}
相關問題
- 1. Forms Authentication,.Net 3.5 + IIS 6
- 2. ASP.NET Forms Authentication without Redirect
- 3. 如何讓IIS Express使用Forms Authentication
- 4. 如何自定義Forms Authentication cookie名稱?
- 5. ADFS Active Authentication .NET 4.5(Post-WIF)
- 6. 在web.config中更改Forms Authentication Node的影響
- 7. ASP.net MVC 3 Forms Authentication項目如何連接到數據庫?
- 8. ASP.Net Forms Authentication 10分鐘後註銷用戶
- 9. 爲什麼Forms Authentication不能阻止css在生產中加載?
- 10. 在Forms Authentication中的登錄表單上顯示圖像
- 11. 如何在Forms Authentication ASP.NET中設置Cookie Timeout少於1分鐘?
- 12. 如何將現有用戶遷移到Forms Authentication
- 13. 用戶上次登錄時使用Forms Authentication
- 14. Javascript請求JSON導致ASP.NET MVC 3使用Forms Authentication
- 15. 使用Forms Authentication可以保護Web服務嗎?
- 16. 如何在Forms Authentication登錄後將基本auth頭傳遞給REST端點?
- 17. C#.net Winform -Multiple forms show&hide
- 18. .NET Forms ReportViewer身份驗證
- 19. 當客戶端位於不同的域中時,使用Forms Authentication with WebAPI?
- 20. 我們可以在使用Forms Authentication的另一個應用程序中使用自己的Web.config和Forms Authentication部分創建應用程序嗎?
- 21. Restassured Authentication
- 22. .NET Forms身份驗證在超時之前註銷用戶
- 23. 有沒有辦法讓我的sln中的第二個<authentication mode =「Forms」>?
- 24. web.config中的<authentication mode =「Forms」>是否始終在ASP.NET中生成automcomplete =「off」?
- 25. <authentication mode =「Windows」/>
- 26. PHP rest server authentication
- 27. JqueryMobile asp.net authentication
- 28. 圖facebook api authentication
- 29. WCF Rest Authentication
- 30. Microsoft Graph Authentication