Skip to content

[BUG] msal version 1.0.1 causes base64 module error  #103

@vogtn

Description

@vogtn

Describe the bug
The latest version of the dependency msal [1.0.1] (https://github.com/AzureAD/microsoft-authentication-library-for-js) will introduce a breaking missing module reference to base64.

This is most likely due to the way that the library is rendered without an export, which would be unsupported for ES6 modules.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/microsoftgraph/microsoft-graph-toolkit
  2. Clone project git clone https://github.com/microsoftgraph/microsoft-graph-toolkit.git
  3. cd microsoft-graph-toolkit
  4. npm install
  5. npm start
  6. visit http://localhost:3000/
  7. check console for missing module reference

Expected behavior
The user should be able to git clone, npm install, npm start and then utilize the mgt components.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: All
  • Browser: All
  • Framework:: All
  • Context: Web
  • Version: 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions