MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Do cookies saved on android? #356

Closed itaishalom closed 2 years ago

itaishalom commented 2 years ago

I'm trying to log on to azure ad (trough auth0) but after a successful login azure isn't remembering me when I try to log in a minute afterward. Is this related to the library? because when I run the same on web app, azure does remember me. Help?

itaishalom commented 2 years ago

promptValues : ['login'] Was the problem.