Describe the bug
Testing OTP login locally with one server works correctly, but when deployed to AWS with multiple containers behind a load balancer, totp.check() takes multiple tries to pass. Upon investigation, it appears that only the original container that generated the OTP successfully passes the totp.check(). I'm storing the totp secret key in the database, so all servers have access to the same secret. They're also all synced to the same time.
Expected behavior
totp.check() works with the same token and secret regardless of system
Details (please provide any relevant information):
Describe the bug
Testing OTP login locally with one server works correctly, but when deployed to AWS with multiple containers behind a load balancer,
totp.check()takes multiple tries to pass. Upon investigation, it appears that only the original container that generated the OTP successfully passes thetotp.check(). I'm storing the totp secret key in the database, so all servers have access to the same secret. They're also all synced to the same time.Expected behavior
totp.check()works with the same token and secret regardless of systemDetails (please provide any relevant information):