question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide Node 8 support, specially for @azure/msal-node-extensions

See original GitHub issue

Library

  • @azure/msal-node@1.x.x
  • @azure/msal-node-extensions@1.0.0-alpha.6

Description

Although the Node.js 8 runtime was deprecated on June 5th, 2020, arguably many consumers could still be using Node 8. Would it be too hard to add Node.js 8.x.x support?

In the Azure SDK for JS, we haven’t yet stopped supporting Node 8. To depend on @azure/msal-node-extensions, we would need to drop Node 8 support.

Source

  • Internal (Microsoft)
  • Customer request

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
bterlsoncommented, Mar 30, 2021

@sameerag fwiw, engine-strict defaults to false, so getting an actual blocking error on mismatched engine is quite unlikely.

1reaction
ramya-rao-acommented, Mar 30, 2021

@sameerag, @jasonnutter,

We (Azure SDK for JS) have just started the discussions around dropping support for Node 8.

Can you share the challenges you see when trying to support Node 8? We are collecting data around the efforts and cost around supporting Node 8 and your inputs would be valuable. From the comments above, it looks like we started off on Node 10 and never really gave Node 8 a try. Would that be an accurate statement?

Read more comments on GitHub >

github_iconTop Results From Across the Web

@azure/msal-node-extensions - npm
Start using @azure/msal-node-extensions in your project by running `npm i @azure/msal-node-extensions`. There are 5 other projects in the ...
Read more >
How to migrate a Node.js app from ADAL to MSAL
Apps migrating from ADAL to MSAL should switch to Azure AD v2.0 endpoint. Install and import MSAL. install MSAL Node package via npm:...
Read more >
Can azure/msal-node validate a token? - Stack Overflow
I have been using passport with the passport-azure_ad extension to valid an azure ad jwt token in my server api. The passport-azure-ad ...
Read more >
MSAL: Getting the Microsoft Samples Working — Why DevOps ...
Looks very simple so I follow the instructions. cd samples/msal-node-samples/client-credentials/ npm install. I register my Azure Active Directory App ...
Read more >
@azure/msal-node-extensions NPM | npm.io
Provide a robust, secure and configurable token cache persistence implementation across Windows, Mac and Linux for public client applications (rich clients, CLI ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found