rwv / otpauth-migration

πŸ” Convert between otpauth-migration and otpauth in JavaScript.

Home Page:https://www.npmjs.com/package/otpauth-migration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.npmjs.com/package/otpauth-migration

License:MIT License


Languages

Language:TypeScript 100.0%