aspnetcore/samples/IdentitySample.DefaultUI
Javier Calvarro Nelson 2964515d85 Adds support for a default UI for identity.
* The default UI uses its own Area (Identity).
* The default UI requires MVC and StaticFiles to be present on the
  request processing pipeline.
* The default UI requires the user to provide a '_LoginPartial ' partial
  view in their application in a location that the view engine will find
  it. This location is tipically /Pages/Shared or /Views/Shared
* Current limitations:
  * The UI is self-contained and non-customizable (outside of things possible with Razor pages).
  * Customizing the User, role, etc. is not supported at this time.
2017-12-21 14:20:42 -08:00
..
Controllers Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
Data/Migrations Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
Properties Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
Views Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
wwwroot Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
IdentitySample.DefaultUI.csproj Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
Program.cs Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
Startup.cs Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
appsettings.json Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
web.Debug.config Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
web.Release.config Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00
web.config Adds support for a default UI for identity. 2017-12-21 14:20:42 -08:00