Pascal Welsch

Results 184 comments of Pascal Welsch

I much preferred `expiresAt` being part of the `Token` instead of `isExpired` on the `TokenStorage`

Good catch! I can reproduce it. Multiple solutions pop into my mind: - limit the output to 10ish elements. - Check the output length of errorBuilder, and stop after ~2k...

I have the same problem, changing the `win32` version does not resolve the issue for me

1. Create a flutter project 2. add `amplify_auth_cognito` 3. Build the android version We discovered that is was caused by JDK 21. Downgrading to JDK 17 resolved the issue