supabase-community / gotrue-csharp

C# implementation of Supabase's GoTrue
https://supabase-community.github.io/gotrue-csharp/api/Supabase.Gotrue.Client.html
MIT License
39 stars 27 forks source link

`CreateUser` does not conform to type: `AdminUserAttributes` #16

Closed acupofjose closed 2 years ago

acupofjose commented 2 years ago

Service role CreateUser does not properly conform to the request format given in the JS client which uses AdminUserAttributes.

Ref: supabase-community/supabase-csharp#15

See: https://github.com/supabase/gotrue-js/blob/d7b334a4283027c65814aa81715ffead262f0bfa/src/lib/types.ts#L104