Open
Description
Checklist
- I agree to uphold the Code of Conduct.
Description
Laravel Version
10
SDK Version
7.12.0
PHP Version
PHP 8.2
I'm using auth0 management API in a project. Everything works fine if the API is called synchronously. But when it is used through laravel queue (jobs), then some time after the worker starts, it begins to constantly return a 401 error “Expired token received for JSON Web Token validation”. All settings in the auth0 config have default values.