Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.3 KB

File metadata and controls

39 lines (25 loc) · 2.3 KB

Roadmap

The MSAL.js team schedules work on a quarterly basis. The roadmap below provides a subset of the team's quarterly commitments for past and upcoming quarters.

Glossary

  • CY: Calendar year, January to December.
    • Example: "CY2021" refers to January 2021 through December 2021.
  • FY: Microsoft fiscal Year, July to June.
    • Example: "FY2022" refers to July 2021 through June 2022.
  • Q: Quarter, three month period.
    • Example: "CY2021Q1" refers to January 2021 through March 2021.
    • Example: "FY2022Q1" refers to July 2021 through September 2021.

Current Quarter

CY2021Q2 / FY2021Q4

Library Deliverable Status ETA Notes
MSAL Angular v2 General Availability Completed May 2021 Stable production release of MSAL Angular wrapper library for MSAL Browser.
MSAL React General Availability Completed May 2021 Stable production release of MSAL React wrapper library for MSAL Browser.
MSAL Browser Refresh Token Proof-of-possession In Progress July 2021 Cryptographically binds refresh tokens to the browser, helping mitigate replay if tokens are exfiltrated.

Past Quarters

CY2021Q1 / FY2021Q3

Library Deliverable Status ETA Notes
MSAL Node General Availability Completed February 2021 Stable production release of MSAL Node client library.
MSAL React Public Preview Completed February 2021 The public preview milestone will include production level support.
MSAL Angular v2 Public Preview Completed March 2021 The public preview milestone will include production level support.
MSAL Browser Logout Popup Completed March 2021 Support logging out via popup, to support scenarios where redirect is not desired or not possible (e.g. nested frame).