supabase-community / supabase-go

A Go Client library for Supabase
MIT License
125 stars 8 forks source link

Implemented functions and combined with auth fixes from elijahmorg #11

Closed roja closed 1 month ago

roja commented 1 month ago

What kind of change does this PR introduce?

This makes the client significantly more useful for people using functions, it includes the improvements made by elijahmorg which improve the experience for users who make use of auth.

Relies on this pull request: https://github.com/supabase-community/functions-go/pull/2 and this: https://github.com/supabase-community/postgrest-go/pull/48