-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For usages of msal-node-extensions that don't need persistance - like if you just want to use the Broker. We are hitting this in VS Code because we are trying to bundle our code with Webpack... but since the require of DPAPI happens regardless of what features you use, we get an error from locating this `.node` file, which I have not included in our bundle. --------- Co-authored-by: Thomas Norling <[email protected]>
- Loading branch information
1 parent
f810915
commit 2b750fb
Showing
3 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@azure-msal-node-extensions-ad5fa611-2a29-46aa-b273-c3a6ff98add1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Allow requiring msal-node-extensions without Dpapi dependency", | ||
"packageName": "@azure/msal-node-extensions", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters