Skip to content

Repository files navigation

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

About

🔐 Convert between otpauth-migration and otpauth in JavaScript.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages