Which APSNET 5 authentication files can be excluded if you use only Single Authentication

0

When you create an ASP.NET 5 MVC 6 project with the Individual User Account authentication form, a standard authentication form is created with with unique authentication (Registration and Login by the site itself), double (Registration and Login by the site itself and sending SMS to the cell phone) and third party authentication (via Facebook and Gmail for example).

This generates numerous View / Controller / Fields in Migration files related to All forms of authentication .

Question: Do I want to use only Single Sign-On (Register and Login) Which View / Controller / Fields in Migration files that can be deleted could be deleted? / p>

Detail: How to update Migration after deleting Useless Fields

Github project link: Link

  

Possible impacted files

AccountController Link: Link
ManageController Link: Link
Folder with all Project Migrations: Link
Folder with all Account ViewModels: Link
Folder with all Manage ViewModels: Link
Folder with all Account Views: Link
Folder with all Manage Views: Link
_ViewImports File: Link
Templates folder: Link

    
asked by anonymous 18.04.2016 / 01:20

0 answers