Auth
Overview
This is one of the core integrations of our system. It is the source from which client configurations and authentication data for external services are retrieved.
Base URL
- Authentication URL: Environment-dependent
Authentication
- Method: Authorization token.
Notes & Special Considerations
Once a client is retrieved, the response is cached and stored in Redis. To clear the cache, use the task rails cache:clear.
Each job fetches the client configuration at the start. Then, depending on the need, it retrieves the necessary data configuration required for processing that job.