tugberkugurlu / AspNetCore.Identity.MongoDB

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

Add simple usage snippet to README #9

Open tugberkugurlu opened 7 years ago

tugberkugurlu commented 7 years ago

Just like on https://github.com/tugberkugurlu/AspNet.Identity.RavenDB/blob/master/README.md

dealproc commented 6 years ago

Ok, with this mention, this is leading me to believe that the AddIdentity() methods should be within the main framework, and not in the example code. I hate to move it because it adds dependencies into the main framework, so maybe a good discussion to be had @tugberkugurlu to determine if an aux class should be established to handle any of the aspnet core specific bits vs the "netstandard" stuff that is currently housed in the main library.