AspNet-WebApi icon indicating copy to clipboard operation
AspNet-WebApi copied to clipboard

Are there any plans to include identity configuration by default in the template?

Open duhowise opened this issue 4 years ago • 1 comments

Great work on the template! Are there any plans to include asp.net identity by default into the project given how that would play with the autofac container for the identity services such as usermanager....

duhowise avatar Jan 27 '21 15:01 duhowise

Thank you for using!

No, I have no such plans, sorry. It is because of some reasons:

  • I don't think that this is an often-used functionality
  • I believe most developers already use .Net Core, and I'm among them :) so I have no plans to add new features to this template, instead, I want to focus on a modern .Net Core template.

I used the template with an identity configuration without any troubles.

drwatson1 avatar Feb 23 '21 19:02 drwatson1