AspNetCore.Identity.MongoDB icon indicating copy to clipboard operation
AspNetCore.Identity.MongoDB copied to clipboard

Add simple usage snippet to README

Open tugberkugurlu opened this issue 9 years ago • 1 comments

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

tugberkugurlu avatar Aug 25 '16 08:08 tugberkugurlu

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.

dealproc avatar Jun 12 '18 14:06 dealproc