IdentityServer4.PhoneNumberAuth icon indicating copy to clipboard operation
IdentityServer4.PhoneNumberAuth copied to clipboard

Sample passwordless phone number authentication using OAuth in ASP.NET Core 2.2

Results 3 IdentityServer4.PhoneNumberAuth issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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 ?