Socket
Socket
Sign inDemoInstall

yub

Package Overview
Dependencies
23
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.3 to 0.10.4

img/yubikeys.jpg

2

package.json
{
"name": "yub",
"version": "0.10.3",
"version": "0.10.4",
"description": "Yubico Yubikey API Client",

@@ -5,0 +5,0 @@ "main": "index.js",

# YUB
[![NPM](https://nodei.co/npm/yub.png)](https://nodei.co/npm/yub/)
## Introduction

@@ -12,2 +14,28 @@

## What is a Yubikey?
A Yubikey is a USB device manufactured by [Yubico](https://www.yubico.com/products/yubikey-hardware/yubikey/) that appears
to your computer as a USB keyboard.
![Yubikeys](https://raw.github.com/glynnbird/yub/master/img/yubikeys.jpg)
It generates one-time passwords consisting of:
* your Yubikey's unique identity
* a string of characters
This sequence of characters can be sent to Yubico's web service which will verify whether the string is valid or not. Your Yubikey
can be used for a variety of authentication tasks. This library is designed to allow simple integration with the Yubico web service
so that you can interpret your Yubikey's one-time-password in your own Node.js scripts. e.g.
* allow a user to authenticate via Yubikey in your web app
* create command-line scripts that only operate with a valid Yubikey
* etc
## What do you need?
* a Yubikey
* node.js
* npm
## Installation

@@ -14,0 +42,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc