Open richardk80 opened 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
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