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
add optional chaining for algorithm name in TOTP URI generation (746f615)
normalize algorithm name for TOTP Auth URI generation (e5645d0)
simplify algorithm name extraction in TOTP URI generation (bab1ccc)
BREAKING CHANGES
Technically, we are changing the algorithm param that is returned from getTOTPAuthUri and that could be a breaking change for some people, but it shouldn't be a breaking change for most (any). So go ahead and update this without concern.