Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 687 Bytes

File metadata and controls

40 lines (24 loc) · 687 Bytes

CHANGELOG

10/23/2020

  • Updated MSAL.js to 2.4 and M.I.W to 1.2

10/02/2020

  • Updated MSAL.js to 2.3.0.

08/27/2020

  • Updated MSAL.js to 2.1.0.
  • Updated Microsoft.Identity.Web to 0.3-preview.
  • Revised acquireTokenSilent() API.
  • Minor correction in README.md.

08/05/2020

  • Updated MSAL.js to 2.0.1
  • Added issue & PR templates.
  • Refactored authProvider.js
  • Minor README corrections.

07/22/2020

  • Updated MSAL.js to 2.0 using auth code w/ PKCE.

06/21/2020

  • Updated msal.js to 1.3.2.
  • Added note for sign-ins with work/school accounts.

06/09/2020

  • Added new branch 'msal-2x' demonstrating auth code flow with PKCE.

05/22/2020

  • Initial sample