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
Hello guys,
you are doing a really good job,
I wanted to propose the introduction of a function that given an otpauth-url would generate
a TOTP | HOTP
example: let url = Speakeasy.otpauthURL({ ...options }); let otp = Speakeasy.otpauthFromURL(url)
The text was updated successfully, but these errors were encountered:
Apparently, this repo isn't maintained nowadays. It's sad news. But, there's a repo with no active development, but actually maintained right now: github.com/mlogan/squeakeasy. Maybe better post it there.
Hello guys,
you are doing a really good job,
I wanted to propose the introduction of a function that given an otpauth-url would generate
a TOTP | HOTP
example:
let url = Speakeasy.otpauthURL({ ...options });
let otp = Speakeasy.otpauthFromURL(url)
The text was updated successfully, but these errors were encountered: