JWT authenticated storage example
Hiya, I'm using Supabase storage with a NextJS TypeScript app.
I want to require authentication for all requests to/from my buckets from my app and I assume I can accomplish this with a Supabase JWT Bearer Token header, but are there any robust examples out there? I assume I can piggyback this off of the Supabase client?
Have been digging through the docs but I'm finding fragments of what I need here and there, any additional guidance would be appreciated
I want to require authentication for all requests to/from my buckets from my app and I assume I can accomplish this with a Supabase JWT Bearer Token header, but are there any robust examples out there? I assume I can piggyback this off of the Supabase client?
Have been digging through the docs but I'm finding fragments of what I need here and there, any additional guidance would be appreciated