1.1.1 • Published 3 years ago

totp-ts v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

TOTP.ts

A TypeScript implementation of RFC6238 https://www.rfc-editor.org/rfc/rfc6238

examples

An example is in src/example.ts

import { generateTOTPFromUri } from "totp-ts";

const uri = 
  "otpauth://totp/hello:world?secret=aaaaaaaa&issuer=so298";

console.log(generateTOTPFromUri(uri));
1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago