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

wsse-token

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsse-token

Web Services Security Extension (WSSE) Username Authentication Token

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
64
decreased by-35.35%
Maintainers
1
Weekly downloads
 
Created
Source

WSSE Token

npm npm license npm downloads build status

Web Services Security Extension (WSSE) Username Authentication Token

Install via npm

npm install --save wsse-token

Usage

var WSSEToken = require( 'wsse-token' )
var token = new WSSEToken({
  user: 'ihatesoap',
  password: 'letthatsinkin'
})
token.toString()
'UsernameToken Username="ihatesoap", PasswordDigest="ZTQwOGZiMjQzZjQ2YWYxZjczOTVmYmY5ZDMzZTBiYjhmNjg4ZDliYw==", Nonce="3fb1ee9a37018d1ad57f76f2b14d5e90", Created="2016-07-22T16:35:04.163Z"'

Keywords

FAQs

Package last updated on 11 Jul 2019

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