Socket
Socket
Sign inDemoInstall

express-swish-protocol

Package Overview
Dependencies
51
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-swish-protocol

SWISH (Secured Web Iterating Session Handshake) middle-ware for Express


Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Install size
1.69 MB
Created
Weekly downloads
 

Readme

Source

express-swish-protocol

This is the SWISH (Secured Web Iterating Session Handshake) middleware implementation for ExpressJS. For the core SWISH Protocol project, please refer to https://github.com/adonisv79/swish-protocol request swish banner

Project stats

  • Package: npm npm
  • License: GitHub
  • CICD: Codacy Badge Known Vulnerabilities
    • develop: Build Status Coverage Status
    • master: Build Status Coverage Status

Installation

The module is released and available in NPMJS (https://www.npmjs.com/package/express-swish-protocol)

npm install express-swish-protocol --save

Sample use

Start the sample server and client and see the interaction

npm run start:server
// then
npm run start:client

Check out the codes in 'tools' folder for sample implementation of the middleware. Also, make sure to replace the following in your actual implementation

import { ExpressSwish, SwishSessionObject } from 'express-swish-protocol'

Keywords

FAQs

Last updated on 10 Apr 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