Alexandru Gologan
Alexandru Gologan
Token revocation in `react-native-app-auth` is not the same as logout done by calling `EndSession` with this lib which will open a browser window and invalidate your cookies also. Due to...
Depends on what you mean by "it". The app's still authorized because the login process happens via Custom Tabs which shares cookies with your browser. You could add `prompt:login` to...
I don't understand what authstate restored means to you application logic. Or how your login process look like. As explained before you need to be explicit in defining your problem.
By the looks of it you're using Flutter so you should reach out to the plugin creator. To work with http connections in testing environments you need two things: •...
@nerdy-plutonian-ng I'm sorry, was there a follow-up to your statement? Have you resolved your inquiry?
@Sanjay-Katagihallimath do you mind providing the actual crash?
@ekrivenja-sequenex do you mind telling us which version of the lib and what device you're testing this on and is exhibiting the issue?
@ekrivenja-sequenex took me a few days to find some time to look at this and your information about reproducing this in an emulator with the sample app was helpful. We...
While I would call that unorthodox, I don't see any reason why your middleware wouldn't just ignore the extra parameters, so either passing them or not should not be an...
Since you've tested this using the sample please provide your `auth_config.json` to better understand your configuration.