Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

wsse-token

jhermsmeier366MIT1.0.2

Web Services Security Extension (WSSE) Username Authentication Token

wsse, soap, authorization, authentication, oasis, x-wsse, header, http

readme

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"'