AspNetCore.Identity.MongoDB
AspNetCore.Identity.MongoDB copied to clipboard
Add simple usage snippet to README
Just like on https://github.com/tugberkugurlu/AspNet.Identity.RavenDB/blob/master/README.md
Ok, with this mention, this is leading me to believe that the AddIdentity<TUser>() 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.