tugberkugurlu / AspNetCore.Identity.MongoDB

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

Implement IUserAuthenticatorKeyStore<User> #49

Closed tugberkugurlu closed 5 years ago

tugberkugurlu commented 7 years ago

image

tobieheyns commented 6 years ago

I implemented IUserAuthenticatorKeyStore and IUserTwoFactorRecoveryCodeStore on the MongoUserStore. The above error no longer haunts me. Busy testing the code to see if all is working. I submitted the changes to my my cloned repo.

Your comments will be appreciated.

Farshidgolkarihagh commented 6 years ago

Hi, Any update on this? You feedback is appreciated

tugberkugurlu commented 6 years ago

@Farshidgolkarihagh yep, looking at the PR #53 now.

Mech0z commented 6 years ago

Anyone got this working?

dealproc commented 5 years ago

I believe #53 closes this. I've merged @tcheyns code, and am looking at the last of the requests I had for him with regard to this.