eq-digest-authentication-strategy

0.2.5 • Public • Published

eq-digest-authentication-strategy

Strategy module for Eq digest authentication

Example

const digest_authentication = require('eq-digest-authentication'),
    digest_authentication_strategy = require('eq-digest-authentication-strategy'),
    type = 'object',
    options = {
        realm: 'realm',
        algorithm: 'sha-256',
        qop: 'auth',
        users: [
            {username: 'username1', password: 'password1'},
            {username: 'username2', password: 'password2'}
        ]
    },
    strategy = digest_authentication_strategy(type, options),
    digest_authentication = digest_authentication(strategy, options);

Readme

Keywords

none

Package Sidebar

Install

npm i eq-digest-authentication-strategy

Weekly Downloads

2

Version

0.2.5

License

Apache-2.0

Unpacked Size

30.2 kB

Total Files

11

Last publish

Collaborators

  • eq-developer
  • fujimaki-k
  • misupopo