Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nymi-roaming-authenticator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nymi-roaming-authenticator

An illustration of how one might write a roaming authenticator for Nymi Bands

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

roaming-authenticator

An illustration of how one might write a roaming authenticator for Nymi Bands

Note: This is only for the old Nymi SDK 3.x

Installation

$ npm install -g nymi-roaming-authenticator

Usage

Show available commands and general help

$ roaming-authenticator -h

    Usage: roaming-authenticator [options] [command]


    Commands:

    fresh [options] <root>            Initialise the application in <root> directory
    server [options] <root>           Run as server and serve the application in <root> directory
    stdio [options] <root> <command>  Issues <command> directly for the application in <root> directory

    Simplistic demonstration of a roaming authentication server that works with the Nymi JSON api.

    Options:

    -h, --help     output usage information
    -V, --version  output the version number

Show help for a specific command for example: fresh

$ roaming-authenticator fresh -h

    Usage: fresh [options] <root>

    Initialise the application in <root> directory

    Options:

    -h, --help      output usage information
    --addr  <addr>  Address on which to listen for websocket connections     default: 127.0.0.1:9999.
    --log   <file>  The log file to append to                                default: <root>/roaming-authenticator.log.
    --certs <dir>   The directory containing the service TLS certs           default: <root>/certs.

Keywords

FAQs

Package last updated on 21 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc