aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
dangercoder 2019-06-28T07:04:59.049200Z

How do you guys use aws cognito? I built my own UI and used the adminApi to signup, verify signup and login through my own servers

dangercoder 2019-06-28T18:12:45.053800Z

@dogenpunk do you also had the issue that the token is not valid if you use it directly after authenticating an user? from my logs: Time is: 2019-06-28T20:11:42 The Token can't be used before Fri Jun 28 20:11:48 CEST 2019.

dangercoder 2019-06-28T18:14:28.054600Z

I don't want to log in my user, and then wait for a few seconds until I can begin to hit my controllers with their tokens 😣

valtteri 2019-06-28T19:06:15.055800Z

Check your server clock.

valtteri 2019-06-28T19:07:22.057400Z

... assuming you’re validating the token on your server.

dangercoder 2019-06-28T19:18:28.057600Z

ah yes... I am doing the validation of the token locally atm so that might be the reason why 🙂 thanks @valtteri!

dangercoder 2019-06-28T19:18:56.057800Z

It's off by a few seconds. But i'll be on elastic beanstalk in prod so i think it will work properly