alecrt

Results 2 issues of alecrt

Hi, it would be a great new feature to add a new mode which follow the same pattern as amazon.com zoom feature. What you think about?

enhancement

Msal2Provider actually depends on @azure/msal-browser version 2.x. This makes it not usable with version 3.x. Example: `const app = new PublicClientApplication(msalConfig); Providers.globalProvider = new Msal2Provider({publicClientApplication: app });` Something like that...

feature-request