Does anyone know if it is possible to send the username through pgsql-http for authenticating with basic auth? I am trying to translate this curl statement to work with pgsql-http.
curl -u API_KEY: -X GET https://api.close.com/api/v1/lead/ -H 'Accept: application/json'
curl -u API_KEY: -X GET https://api.close.com/api/v1/lead/ -H 'Accept: application/json'
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.