1.0.0 • Published 7 years ago

kerberos-agent v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

kerberos-agent npm version

HTTP.Agent implementation which provides Kerberos authentication

Call Windows Authentication protected endpoints using Kerberos

Usage

import fetch from 'node-fetch';
import kerberosAgent from 'kerberos-agent';

fetch('http://some-endpoint/', {
    agent: kerberosAgent()
})
    .then(...)

Install

npm install kerberos-agent --save-dev

This module uses the Kerberos package and so you must be able in build a C++ package to install. See the the Kerberos package README if you have issues

Options

Know Limitations

  • No Connection Pooling supported
  • No HTTP Keep Alive supported
  • Authorization header is always sent, i.e. No Challenge/Response