nedpals / supabase-go

Unofficial Supabase client library for Go.
https://pkg.go.dev/github.com/nedpals/supabase-go
MIT License
362 stars 69 forks source link

Invite with options #43

Closed iamajoe closed 5 months ago

iamajoe commented 5 months ago

Official libraries support an invitation with data and a redirectTo ( https://supabase.com/docs/reference/javascript/auth-admin-inviteuserbyemail ).

The PR aims to support it (tested locally) and document the invitation. I didn't augment the existing method to give some backwards compatibility.

I am not quite sure about the name of the method being InviteUserByEmailWithData. What do you think?