amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

Add ability to not use system time #199

Open camhart opened 5 years ago

camhart commented 5 years ago

If the computer/device's time isn't in sync, cognito auth fails. I'd like to either not depend on system time, or have some documentation about what's required and how to detect when the systems time is out of sync enough.

camhart commented 5 years ago

From what I can tell, once the system is >5 minutes out of sync, everything fails.