fetch-client
fetch-client copied to clipboard
CSRF tokens in http-fetch
Does Aurelia have a setting for generating CSRF tokens in POST requests?
My use case in particular is using Aurelia to POST data back to an ASPNET CORE web api which would verify the header.
If there is no current functionality are there any plans to include this?
We don't have this now but we could certainly add it. It seems like a great opportunity for a community contribution. Would you be interested in helping out with that?
async triageQuestion(id) =>{
respondSameDay()
let response = await getResponseFromOP( { timeout : 4weeks } )
if(!response) {
closeQuestion(id,randomReason())
}
}
I think we might want to consider this still, even though it's been a while. We just haven't had someone focused on this particular work.