wampy-cra

0.2.0 • Public • Published

wampy-cra.js

WAMP Challenge Response Authentication plugin for Wampy.js.

NPM version Build Status Code coverage MIT License Known Vulnerabilities

Description

wampy-cra exposes 3 methods:

  • deriveKey(secret, salt, iterations = 1000, keylen = 32). Used to generate a derived key using PBKDF2 scheme.
  • signManual(key, challenge). Used to sign a challenge message, using a key, using SHA256 algorithm.
  • sign(secret). Probably the only function you need. Used to automatically create a signed message, using only secret key. This function can be passed as onChallenge callback.

See examples in Wampy.js docs section "Challenge Response Authentication"

Thanks JetBrains for the best IDEs and support for open source!

jetbrains logo

/wampy-cra/

    Package Sidebar

    Install

    npm i wampy-cra

    Weekly Downloads

    481

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    40.8 kB

    Total Files

    35

    Last publish

    Collaborators

    • ksdaemon