fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

Does not work with CSRF #118

Open dhfbrown opened 1 year ago

dhfbrown commented 1 year ago

Hi,

Looking to implement CSRF into my Dash app. I currently add the following code to get this to work for Dash:

csrf._exempt_views.add('dash.dash.dispatch')

However, I am unable to upload files using the uploader. I get the standard error message from the browser. Is there a similar command I can add for dash_uploader?