# url-otpauth

> Parses an otpauth:// URL

Latest version **2.0.0** (published 2016-03-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install url-otpauth
pnpm add url-otpauth
yarn add url-otpauth
bun add url-otpauth
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2016-03-22 |
| First published | 2014-10-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lorenzo Villani |
| Maintainers | lvillani |
| Keywords | crypto |

## Links

- npm: https://www.npmjs.com/package/url-otpauth
- Repository: https://github.com/lvillani/url-otpauth
- Issues: https://github.com/lvillani/url-otpauth/issues
- npm.io page: https://npm.io/package/url-otpauth

## Dependencies (1)

- [url](https://npm.io/package/url.md) ^0.11.0

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2016-03-22
- 1.0.1 — 2014-10-12

## README

# url-otpauth

[![Build Status](http://img.shields.io/travis/lvillani/url-otpauth.svg?style=flat)](https://travis-ci.org/lvillani/url-otpauth)
[![Coverage Status](http://img.shields.io/coveralls/lvillani/url-otpauth.svg?style=flat)](https://coveralls.io/r/lvillani/url-otpauth)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)

--------------------------------------------------------------------------------

This library can be used to parse `otpauth://` URIs used by Google Authenticator as defined in [this
wiki page](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). 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

And from Bower:

    bower install url-otpauth

Documentation is avaiable in the `doc` folder and is available online
[here](http://htmlpreview.github.io/?https://github.com/lvillani/url-otpauth/blob/master/doc/index.html).

---
_Source: https://npm.io/package/url-otpauth · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
