I have several instances of EspoCRM running and I am using the REST API intensively. Since a few days I have a problem with the auth tokens generated from one of these instances: When calling /App/user with username and password via REST API a new auth token is generated successfully, but when I am using this token for subsequent calls I constantly receive a 403 error.
I am using EspoCRM 5.2.4, and the lifetime of auth tokens is set to 0 (infinite). All generated tokens are listed under #Admin/authTokens.
Any ideas?
I am using EspoCRM 5.2.4, and the lifetime of auth tokens is set to 0 (infinite). All generated tokens are listed under #Admin/authTokens.
Any ideas?
Comment