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
I am using 2.0.0 and I can confirm even though I am sending issuer parameter, the function generateSecret is NOT including the parameter in otpauth_url.
generateSecret does not accept issuer as an input.
Instead, use the otpauthURL function and set label to ${issuer}:${name} and issuer to ${issuer}.
Note that you should not use generateSecret with name set to ${issuer}:${name} because it will only put the issuer in the label, not both the label and issuer parameter as recommended.
Hi,
Just a minor issue, I think the issuer option in generateSecret method was not included in latest release..
The text was updated successfully, but these errors were encountered: