-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated demo to use MSAL 3.1.0 #1
Comments
Can you expand on the changes? Looks like they may be documented here; https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v2-migration.md Do you know if it affects the current demo? I no longer use the platform but it would be nice to update the code. PRs welcome! |
Yes sorry. should have included link to migration. I am going to hold off doing any PRs until I hear back about on the bug I filed with them. Possible they have broken the logoutPopup. |
Hey, first of all @davestewart thank you so much! I don't use Typescript so maybe I'll do a PR later to add a 'no-typescript' folder. Now @MattMinke I have tried with both latest versions of @azure/msal-browser. npm uninstall @azure/msal-browser |
currently the demo is using version 2.30.0. there have been some major changes to the MSAL-browser library in version 3.1.0
The text was updated successfully, but these errors were encountered: