otpauth-migration
v1.0.0
Published
Convert between otpauth-migration and otpauth in JavaScript.
Downloads
13
Readme
otpauth-migration
Convert between otpauth-migration and otpauth in JavaScript.
Usage
import { URI } from "otpauth-migration";
const OTPAuthURI = URI.toOTPAuthURIs("otpauth-migration://offline?data=...");
const OTPAuthMigrationURI = URI.toOTPAuthMigrationURI([
"otpauth://totp/...",
"otpauth://totp/..."
]);