Remove support for session cookies to authenticate actions and HTTP requests to other PdmV applications. Instead, request an access token and send it via the Authorization header. This PR completes the last stage to enable bi-directional updates between Stats2 ↔ RelVal & ReReco, the issue is described in #7.
This also stops using OS packages to perform actions, like cURL for HTTP requests.
Remove support for session cookies to authenticate actions and HTTP requests to other PdmV applications. Instead, request an access token and send it via the
Authorization
header. This PR completes the last stage to enable bi-directional updates between Stats2 ↔ RelVal & ReReco, the issue is described in #7.This also stops using OS packages to perform actions, like cURL for HTTP requests.