Kvoti / redux-rest

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

Make CSRF optional and customisable #4

Closed mallison closed 8 years ago

mallison commented 9 years ago

The code in master assumes a Django backend. Here we fix to allow complete customisation of how CSRF is handled so other backends can be used.

michaelkuty commented 8 years ago

Tests not passing but :+1:

mallison commented 8 years ago

@michaelkuty thanks for the prod, they are now (though I need to check I've covered all new code).