AspNetIdentity icon indicating copy to clipboard operation
AspNetIdentity copied to clipboard

UuserManager.GenerateTwoFactorTokenAsync. How to forget old tokens when creating new ones

Open abryzgin opened this issue 4 years ago • 0 comments

Hello!

using the command userManager.GenerateTwoFactorTokenAsync () I create a new TwoFactorToken. How to delete an old token? so that when you try to enter the old token, the system gives an error

abryzgin avatar Apr 30 '21 07:04 abryzgin