I've set my session cookie, inspected the page element to ensure that the access token is stored, but whenever I select Authorization Bearer in my requests, it doesn't seem to be passing my access token
Muffin
1 year ago
For more context, I have a custom API built in buildship that will retrieve user info from Supabase. I need the auth header to access my data but it doesn't seem to be passing thte token
Even when I use the Supabase api URL directly it doesn't work
Muffin
1 year ago
Update It works for the Supabase URL directly, but not for Buildship