Commit Graph

6 Commits

Author SHA1 Message Date
Javier Calvarro Nelson 4b49f2b482 Revert "Revert Move identity into an Area in a library (using Razor Pages) (#1537)"
This reverts commit d612d20344.
2017-12-21 18:17:29 -08:00
Pavel Krymets d612d20344
Revert Move identity into an Area in a library (using Razor Pages) (#1537) 2017-12-21 16:58:59 -08:00
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
Justin Kotalik 9977c35d80 Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:48:47 -07:00
Nate McMaster 55a5001c03 Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
Hao Kung f555a26b4a Make roles optional in Extensions.Identity 2017-06-20 13:32:42 -07:00