Skip to main content

skip-csrf-token

For some services, the CSRF token is not required even for non-get requests. Therefore, skipping fetching the CSRF token makes sense as a performance improvement. You can disable the CSRF token request by using skipCsrfTokenFetching() like below: