Tyler Andersen
Tyler Andersen
Unfortunately it looks like this Auth0 documentation is now out of date with the UI for AWS: https://auth0.com/docs/integrations/integrating-auth0-amazon-cognito-mobile-apps This is the graphic it provides in the previous link when saying...
@hyprstack awesome thanks that worked. I didn't realize those were the values you needed to put in, I already had them from my initial Auth0 integration setup. I feel like...
@hyprstack Hmm shoot, unfortunately I already do have that part checked :/ So you didn't have to do anything with the thumbprint thing to get it to work? 
For anyone that comes across this issue and is just trying to get past the authentication to start using cypress and isn't yet trying to actually test their login flow,...
I was having the same issues, and I think it was because of the locally created `.import` cache that hangs around from previous imports. I deleted that and it imported...
@benseitz @wasd171 We ended up doing this to get the correct duration: `const graphCoolValiditiyDuration = Math.floor(((decoded.exp * 1000) - new Date().getTime()) / 1000);`