1.0.0 • Published 1 year ago

otpauth-migration v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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/..."
]);
1.0.0

1 year ago