Kvoti / redux-rest

Automatically create Redux action constants, action creators, and reducers for your REST API
MIT License
180 stars 11 forks source link

Fix Django specific CSRF handling #2

Open mallison opened 9 years ago

auvipy commented 8 years ago

is it resolved?

mallison commented 8 years ago

This is probably resolved.

You can customise the CSRF header name and cookie name or completely customise headers with a setHeader callback (in fact you can do whatever you want to the request in setHeaders -- I should rename that parameter to make it clear).

Do you need to customise? If you can't do what you need to let me know.