Socket
Socket
Sign inDemoInstall

@adxp/auth-lobby

Package Overview
Dependencies
14
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adxp/auth-lobby

- Holds keys - Signs device UCANs - Signs application UCANs


Version published
Maintainers
2
Created

Readme

Source

ADX Auth Lobby

  • Holds keys
  • Signs device UCANs
  • Signs application UCANs

Run demo

# Install all packages from monorepo root
yarn

# Build all packages from monorepo root
yarn build

# Run ws-relay
cd ws-relay
yarn start

# Run Auth lobby
cd auth-lobby
yarn start

# (Optional) Run second Auth lobby to test device linking
cd auth-lobby
PORT=3002 yarn start

# Run example application
cd example-app
yarn start

Use API

import serveAuthLobby from '@adxp/auth-lobby'

const server = serveAuthLobby(/* port */3001)
server.on('error', /* ... */)
server.on('listening', /* ... */)

FAQs

Last updated on 16 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc