1.1.1 • Published 2 years ago

totp-ts v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago