otpauth-migration
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i otpauth-migration

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

85.9 kB

Total Files

60

Last publish

Collaborators

  • seedgou