AspNet-WebApi
                                
                                 AspNet-WebApi copied to clipboard
                                
                                    AspNet-WebApi copied to clipboard
                            
                            
                            
                        Are there any plans to include identity configuration by default in the template?
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....
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.