Socket
Socket
Sign inDemoInstall

ws-identity-client

Package Overview
Dependencies
90
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ws-identity-client

A client for connecting to the web-socket identity server


Version published
Weekly downloads
215
decreased by-33.23%
Maintainers
1
Install size
4.11 MB
Created
Weekly downloads
 

Readme

Source

Client for web-socket identity servers

This is a node.js client to connect with the web-socket identity server ws-identity.

Requesting new session Id

  • Submit pubKeyHex to socket server and receice ws-identity session ticket
  const wsSessionBackend = new WsIdentityClient({
    endpoint: [ws-server-address],
    pathPrefix: "/session",
  });
const sessionId = wsSessionBackend.write("new",{pubKeyHex: [pub-key-hex]});

FAQs

Last updated on 05 Oct 2021

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