4D-Technologies / openidconnect_flutter

Complete Flutter OpenIdConnect Library
74 stars 44 forks source link

Login as another user #43

Open emaborsa opened 1 year ago

emaborsa commented 1 year ago

Hi all,

I checked out the repo, set my parameters and run the android example. It runs, I am able to get the configuration and to login. As mentioned here, there is a problem with the logout, which works with the fix I proposed.

What if I logout and want to login with another user? When login is clicked again, the previous user is logged in automatically.

ahmednfwela commented 1 year ago

this is directly related to https://github.com/4D-Technologies/openidconnect_flutter/issues/42

emaborsa commented 1 year ago

Sorry, I forgot to link it.