Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

2FA changes from 1.0 to 2.0 #1383

Closed
odinnix opened this issue Aug 21, 2017 · 3 comments
Closed

2FA changes from 1.0 to 2.0 #1383

odinnix opened this issue Aug 21, 2017 · 3 comments

Comments

@odinnix
Copy link

odinnix commented Aug 21, 2017

We previously had a simple, email based, 2FA setup with ASP.Net Identity core 1.0 - but on moving to 2.0 we get:

Store does not implement IUserAuthenticatorKeyStore.

I do not see any references to this (or 2fa at all) in the migration guide or breaking change lists.

Am I missing something or is this gone?

@blowdart
Copy link
Member

Can we see your call stack please? Is this a custom store?

@odinnix
Copy link
Author

odinnix commented Aug 23, 2017

Yes, I will grab a callstack as soon as I can.

I am using this for the store:

https://github.com/mrahhal/MR.AspNet.Identity.EntityFramework6

On second thought... the issue could be in that lib.

@odinnix
Copy link
Author

odinnix commented Aug 23, 2017

Yep, looks like its in that package. Thanks.

@odinnix odinnix closed this as completed Aug 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants