Azure-Samples / ms-identity-javascript-v2

VanillaJS sample using MSAL.js v2.x and OAuth 2.0 Authorization Code Flow with PKCE on Microsoft identity platform
MIT License
105 stars 84 forks source link

Revised sample #20

Closed derisen closed 4 years ago

derisen commented 4 years ago

This PR introduces some revisions to the sample.

The sample source code is almost completely the same, except enhancements to the comments left in the source code.

The major change is in the sample README.md, as to fit it to the theme of the chapterwise tutorial.

The merging will be coordinated with the The MS Docs articles covering this sample here and here