gbwisx / msal_mobile

Flutter plugin for single client authentication using the Microsoft Authentication Library (MSAL)
MIT License
10 stars 26 forks source link

Flutter web support #1

Open Jeremywhiteley opened 4 years ago

Jeremywhiteley commented 4 years ago

Do you have any plans to support flutter web as well. Does it work with Azure App Service via Easy Auth? There is a need to support flutter web! I would think it would be easy to do.

remymumoh commented 3 years ago

Hi Jeremy how did you handle support for flutter web on this plugin, I end up getting. Thank you in advance

Cannot read property 'signIn' of null at signin._SignInState.new.handleSignIn (signin.dart:47)

michalowskil commented 3 years ago

Hi. I have MSAL_Mobile set up and it works fine on both an Android emulator and an Android phone. After logging in, I receive a fully valid token.

I ran the web version today and am getting the following error in the console: image

Can I fix it easily on my side? I don't have the knowledge to do it without instructions.

remymumoh commented 3 years ago

I ddnt succed, I opted to use MSALjs for flutter works for web