Earlybyte / aad_oauth

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

Optionally avoid prompting popup on web logout #277

Closed phildupuis closed 7 months ago

phildupuis commented 8 months ago

To mimic what is done on mobile, I think it would be a good idea to logout the account automatically on web without having the popup to select the account.

This improves the user experience in our project.