tugberkugurlu / AspNetCore.Identity.MongoDB

MongoDB Data Store Adaptor for ASP.NET Core Identity
MIT License
230 stars 69 forks source link

Service Configuration Wrapper #28

Closed haamond closed 6 years ago

haamond commented 7 years ago

I think ConfigureServices is a little messy. Is it a good idea to create an IServiceCollectionextensions and put all default configuration setting (methods and class) into it and just call it in startup configuration like this services.AddMongoIdentity(someOptions); ?!

haamond commented 7 years ago

solved by #34

dealproc commented 6 years ago

@SorenZ Can we close this issue, given you noted [above] that it was solved with #34?