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
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.