crubier / strapi-provider-upload-supabase

33 stars 13 forks source link

Options how-to #1

Open richardk80 opened 2 years ago

richardk80 commented 2 years ago

How were you able to get the options to work?

I added options to the settings.js file like this:

options: { schema: 'public', headers: { 'x-my-custom-header': 'app-name' }, autoRefreshToken: true, persistSession: true, detectSessionInUrl: true, }

but they don't seem to be working.

Any help is appreciated.

Thanks