0.2.5 • Published 6 years ago

eq-digest-authentication-strategy v0.2.5

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
6 years ago

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);
0.2.5

6 years ago

0.2.4

7 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago