tugberkugurlu / AspNetCore.Identity.MongoDB

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

Configurable collection name #26

Closed SorenZ closed 7 years ago

SorenZ commented 7 years ago

In some situation I have to use users collection through another collection or in another service except authentication. Is it possible to pass optional user's collection name to MongoUserStore constructor.

tugberkugurlu commented 7 years ago

Yep, this should be possible. I have added it to the list of things to do before the stable release but feel free to PR this if you would like to. Let me know if you want to do this 😄

SorenZ commented 7 years ago

I'll send a PR today, and I'm going to suggest other features in another issue. this project is awesome 💃 , I can not wait to see v 1.0.0.

tugberkugurlu commented 7 years ago

@SorenZ 🎉 thanks, keep them coming 😄

SorenZ commented 7 years ago

@tugberkugurlu I try to do my best, if my little knowledge and poor English allow me 😌

tugberkugurlu commented 7 years ago

@SorenZ thanks for your contribution! You did good, keep them coming 😄

tugberkugurlu commented 7 years ago

this is fixed by #27.