IdentityServer4.PhoneNumberAuth
IdentityServer4.PhoneNumberAuth copied to clipboard
Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.10 to 3.1.18. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET Core 3.1.18 Release .NET Core 3.1.17 Release .NET Core 3.1.16 Release .NET Core 3.1.15 Release .NET Core...
When trying to regenerate OTP code with PUT action, the code `await _dataProtectorTokenProvider.ValidateAsync("resend_token", resendToken, _userManager, user)` always return false. So the token is Invalid. Can you help on this ?