supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

fix: pass missing catchaToken parameter on the request of `signInWithPassword` #138

Closed dshukertjr closed 1 year ago

dshukertjr commented 1 year ago

What kind of change does this PR introduce?

hcaptcha was not properly implemented for signInWithPassword method. This PR fixes it by passing the captcha properly as the request body.

Related https://github.com/supabase/supabase-flutter/issues/450