You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
When @HaoK fixed #1388, he decided to update the GenerateChangePhoneNumberTokenAsync()/ValidateChangePhoneNumberTokenAsync() methods to directly use the internal Rfc6238AuthenticationService class instead of using the provider configured in the options.
Unfortunately this fix is bad and will break apps using a custom token provider (e.g not based on TOTP) for the "change phone number tokens".
Consider reverting this change and fixing the bug at the root by changing this line to point to the phone provider (by default):