supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
662 stars 155 forks source link

fix: Make token in verifyOtp nullable #950

Closed Vinzent03 closed 1 week ago

Vinzent03 commented 1 week ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

The token parameter is required.

What is the new behavior?

The token parameter is nullable, allow passing only tokenHash

Additional context

close #942