Is there a way that if I have a page with supabase setup and the user is logged, can I pass the token / jwt while calling a "data" resource? I basically want the backend to be able to identify the user. I think I could simply add it to the page url and access it from there, but wondering if there is a cleaner way