emilkm

Results 5 comments of emilkm

I like this contribution. Added it to my fork (https://github.com/emilkm/ngram-type). You can test/use it here https://kesten.nz/ngram-type

With GO + TEMPL + HTMX something like this worked for me ![image](https://github.com/nedpals/supabase-go/assets/4327531/adc11a8c-b03d-4ce3-84fb-d4f4c6432246) With another combo, you could have a front end router, and have a redirect or two less....

Hi @saintmalik I recently added **ResetPasswordForEmailWithRedirectUrl** method to my fork https://github.com/emilkm/supabase-go/tree/recover_redirect_to and seeing your comment, just added **SignUpWithRedirectUrl**, plus a couple of small fixes. Method of calling **SignUpWithRedirectUrl** is not...

Sounds a bit like the issue I was having and fixed in my fork https://github.com/emilkm/supabase-go/tree/recover_redirect_to https://github.com/emilkm/supabase-go/blob/833087b0a28227ebb89aa4e7aec745f163fd7114/supabase.go#L104 With that change I can get the error, error_code, and error_description in ma app...