kerberos-agent

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i kerberos-agent

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bealearts