Dillon Nys
Dillon Nys
Sorry for the delay. I don't have any updates at the moment. How soon before 30 days are your users being logged out?
Apologies for the delay on this issue. We are actively working on the API design for a force refresh and expect to have it implemented soon after. Thank you for...
@fdarsot - Have you tried doing this from the server using a pre-authentication trigger and calling global sign out using the AWS SDK? https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-authentication.html
The solution I had in mind uses the `AdminUserGlobalSignOut` command, which does not require an access token, in the post-authentication trigger (I originally said pre-authentication, but this was incorrect). My...
Hi @jerocosio @imjustthatguy - sorry for the misinformation. I guess some wires got crossed in my initial testing. After further testing, I agree that the postAuthentication trigger does not provide...
It appears this is a known limitation of Cognito, but that it is by design. Here is the answer I received: > Token based authentication model (like what Cognito is...
Could this explain the behavior you're seeing? https://github.com/aws-amplify/amplify-android/issues/1485#issuecomment-915691808
Hmm okay, I will look into it more tomorrow. Does the object returned from the signIn call provide any info? I did try to reproduce this both in an emulator...
Unfortunately, I haven't made any more progress @brunovsiqueira - I'm at a bit of a loss. Would you be willing to open a ticket with the amplify-android team with the...
This doesn't seem to fix the `flutter pub run` case, since this calls `pub.interactively`, not `pub.get` which the fix above targets. A fix for this would seemingly require the same...