Nicolás Carvajal
Nicolás Carvajal
# Context Even though there is no official documentation for this feature, it is possible without major workarounds. I am currently implementing federated sign in using AzureAD as my third...
@duckbytes I tried to reproduce your issue. I used an Android emulator, 2 physical Android devices and an iPhone and the app is still logged in after I close the...
I could actually visualize that random sign out this morning, a few hours had passed since log in. I'll take a deeper look into it.
@duckbytes I could reproduce your issue successfully and now know the cause of the issue. ## Reproduction steps Same as yours + changing token expiration time in Cognito ```bash amplify...
I think the only thing you can modify from the CLI is the refresh token duration (in days).
In the [docs](https://docs.amplify.aws/lib/auth/emailpassword/q/platform/js/#sign-out) you can see that is via `amplify console auth`
Also when trying to build from source in Mac: ```bash nicolascarvajal@MBP-Nico web-check % docker build -t web-check . [+] Building 90.3s (8/12) docker:desktop-linux => [internal] load build definition from Dockerfile...
> Just do the following : > > Works on Apple M1 > > `docker build --platform linux/amd64 -t web-check .` > > ill create PR with docker-compose option better...
I can confirm the issue is reproducible following the steps described by @duckbytes. I'll look into possible causes of the issue.
@duckbytes, I looked for the reason why this is happening and found the following: First of all, I think the Amplify Docs are not clear in describing the behavior with...