You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Jason from the MSAL.js team, and I am reaching out to see how we can help add support for our new libraries, MSAL Browser and MSAL Node.
Is your feature request related to a problem? Please describe
For client-side auth, this library includes support for the Implicit Flow via MSAL.js v1. We are now recommending that applications switch to the Auth Code Flow w/ PKCE for SPAs, which mitigates problems caused by third-party cookie blocking in browsers such as Safari and Chrome Incognito. Furthermore, MSAL Browser includes lots of other great features (e.g. multiple account support, proof-of-possession, etc.).
For server-side auth, we now have a fully featured library for Node environments, MSAL Node.
Describe the solution you'd like
I'd love to find out if adding support for these libraries has been considered, and what our team can do to help (including making contributions).
@jasonnutter Thank you for in this issue!
We are currently working on supporting authentication with the @azure/identity which depends on the MSAL Node.
I agree that MSAL Node and MSAL Browser have great features.
Is there a timeline when MSAL V1 will be deprecated?
Feature Request
I'm Jason from the MSAL.js team, and I am reaching out to see how we can help add support for our new libraries, MSAL Browser and MSAL Node.
Is your feature request related to a problem? Please describe
For client-side auth, this library includes support for the Implicit Flow via MSAL.js v1. We are now recommending that applications switch to the Auth Code Flow w/ PKCE for SPAs, which mitigates problems caused by third-party cookie blocking in browsers such as Safari and Chrome Incognito. Furthermore, MSAL Browser includes lots of other great features (e.g. multiple account support, proof-of-possession, etc.).
For server-side auth, we now have a fully featured library for Node environments, MSAL Node.
Describe the solution you'd like
I'd love to find out if adding support for these libraries has been considered, and what our team can do to help (including making contributions).
Thanks!
AB#7551
The text was updated successfully, but these errors were encountered: