Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSRF tokens in http-fetch #86

Open
ed11s8c opened this issue Mar 10, 2017 · 3 comments
Open

CSRF tokens in http-fetch #86

ed11s8c opened this issue Mar 10, 2017 · 3 comments

Comments

@ed11s8c
Copy link

ed11s8c commented Mar 10, 2017

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?

@EisenbergEffect
Copy link
Contributor

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?

@Alexander-Taran
Copy link

async triageQuestion(id) =>{
 respondSameDay()
 let response = await getResponseFromOP( { timeout : 4weeks } )
 if(!response) {
    closeQuestion(id,randomReason())
 }
}

@EisenbergEffect
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants