Hello everyone, I'm using the Auth0 JWT library to communicate with an API. Everything works fine on the emulator (I'm currently logging in), but when I try to log in with a physical device, I get this error: "Cannot handle token with iat prior to 2025-08-04T124445+0300". As far as I understand, this problem is caused by the following part of my code: "val issuedAt = System.currentTimeMillis()
val expiresAt = issuedAt + 300 * 1000" How can I solve this?
not kotlin but kotlin colored 4
google 2
stackoverflow 3