Help with leeway setting using Auth0-PHP

Ok, I get it now. This line \Firebase\JWT\JWT::$leeway = X; can be added to my code after the auto_loader and before the Auth0 code is instantiated. Thank you for your patients. My confusion was that I didn’t know that Auth0 was using Firebase package. I have removed the sleep(5) that I was using and run the tests. All passed without having the token issue. THANK YOU THANK YOU THANK YOU!!!

3 Likes