Earlybyte / aad_oauth

Flutter Azure Active Directory OAuth Package
https://pub.dev/packages/aad_oauth
MIT License
92 stars 186 forks source link

When using logout function on web #281

Closed NeilPotot-Xam closed 10 months ago

NeilPotot-Xam commented 10 months ago

Just want to ask, why is that after log out, it's like refreshing the whole canvas (I'm seeing a linear progress indicator on browser)? Can't we just do whatever we want after logout without somewhat refreshing the web browser in the background? I'm seeing our splash screen, which I shouldn't be.

NeilPotot-Xam commented 10 months ago

Closing this issue with this merged PR to master:

https://github.com/Earlybyte/aad_oauth/pull/277