aspnet-identity-mongo
aspnet-identity-mongo copied to clipboard
Changes with Auth 2.0 & netcoreapp2.0
Looks like after upgrade to netcoreapp2.0 I couldn't use this for mongodb identities store. Or may be I missing something?
I'll check
On Tue, Aug 29, 2017 at 6:34 AM, zeusapps [email protected] wrote:
Looks like after upgrade to netcoreapp2.0 I couldn't use this for mongodb identities store. Or may be I missing something?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/g0t4/aspnet-identity-mongo/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK_3TNdy4I44b7efhGKdvOCS8hbHZtlks5sc_dAgaJpZM4PFx0- .
I've reimplemented UserStore and IdentityUser. Registered UserStore and other needed classes. And it works.
Thanks I'll review shortly
On Wed, Aug 30, 2017 at 9:08 AM, zeusapps [email protected] wrote:
I've reimplemented UserStore and IdentityUser. Registered UserStore and other needed classes. And it works.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/g0t4/aspnet-identity-mongo/issues/34#issuecomment-325984542, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK_3XQ96PdfWVSa2n_okFvYOUptkHlzks5sdV69gaJpZM4PFx0- .
Any plan to add new version to Nuget?
Any update guy