Closed TitusKirch closed 4 months ago
Add an option to add the CSRF token as a header other than csrf-token in the request. For example, I want to set this to X-XSRF-TOKEN for my Laravel backend.
csrf-token
X-XSRF-TOKEN
:tada: This issue has been resolved in version 1.6.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Add an option to add the CSRF token as a header other than
csrf-token
in the request. For example, I want to set this toX-XSRF-TOKEN
for my Laravel backend.