Socket
Socket
Sign inDemoInstall

adal-node

Package Overview
Dependencies
80
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

2

lib/authority.js

@@ -63,3 +63,3 @@ /*

get: function() {
return this._url.format();
return url.format(this._url);
}

@@ -66,0 +66,0 @@ });

@@ -18,3 +18,3 @@ {

},
"version": "0.1.4",
"version": "0.1.5",
"description": "Windows Azure Active Directory Client Library for node",

@@ -21,0 +21,0 @@ "keywords": [ "node", "azure", "AAD", "adal", "adfs", "oauth" ],

@@ -5,3 +5,6 @@ # Windows Azure Active Directory Authentication Library (ADAL) for Node.js

## Quick Start
### Installation
``` $ npm install adal-node ```
### Authorization Code

@@ -62,3 +65,3 @@

var authenticationContext = new AuthenticationContext(authorityUrl);
authenticationContext.acquireTokenWithAuthorizationCode(

@@ -65,0 +68,0 @@ req.query.code,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc