cloudfoundry / multiapps-cli-plugin

A CLI plugin for Multi-Target Application (MTA) operations in Cloud Foundry
Apache License 2.0
82 stars 41 forks source link

Update CSRF token handling #179

Closed radito3 closed 1 year ago

radito3 commented 1 year ago

Change the csrf token handling flow. Keep a timestamp of the last token update time and fetch a new one if the csrf session has expired before sending a request.