3.1.0 • Published 5 years ago

url-otpauth-ng v3.1.0

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

url-otpauth

Build Status Codecov version License


This library can be used to parse otpauth:// URIs used by Google Authenticator as defined in this wiki page. This is the same format commonly used in QR Code for use with Google Authenticator.

Usage

The package is available from NPM:

npm install url-otpauth-ng

In browser:

Using <script src="//unpkg.com/url-otpauth-ng"></script>

Or using esm:

<script type="module">
  import { parse } from '//unpkg.com/url-otpauth-ng/dist/url-otpauth-ng.esm.mjs'
</script>
3.1.0

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago