New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

adal-node-null-cache

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adal-node-null-cache

Windows Azure Active Directory Authentication with a Null Cache

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
-86.36%
Maintainers
1
Weekly downloads
 
Created
Source

adal-node-null-cache

Windows Azure Active Directory Authentication with a Null Cache

build status dependency status

Installation

npm install --save adal-node adal-node-null-cache

Usage

var NullCache = require('adal-node-null-cache').NullCache;
var adal = require('adal-node');
var context = new adal.AuthenticationContext(authority, validateAuthority, new NullCache());

This modules uses adal-node as an optional peer dependency. If adal-node is installed and accessible, adal-node-null-cache will expose all of the methods of adal-node, and a createAuthenticationContext method that uses a NullCache instead of a global MemoryCache.

var adal = require('adal-node-null-cache');
var context = adal.createAuthenticationContext(authority, validateAuthority);

Credits

Jordan Klassen

License

ISC

FAQs

Package last updated on 03 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts