Use Stateless Client for administrative app
stopyellingatme opened this issue · 4 comments
stopyellingatme commented
wiverson commented
Hmm, maybe check out https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/StatelessClient.cs#L27 and see if that does the trick?
stopyellingatme commented
It's close! But StatelessClientOptions
does not have an easy way to set Headers so It will be missing the apikey
.
I also found this https://github.com/supabase-community/gotrue-csharp where they talk about StatelessClientOptions
as well.
However, passing options like demonstrated causes an error because of the missing apikey
header.
Id like to be able to do something like this.
wiverson commented
stopyellingatme commented
Shoot, that did work! Thank you for your help and attention. I really appreciate it.