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
661 stars 154 forks source link

feat(gotrue): Add `signInAnonymously()` method #883

Closed dshukertjr closed 2 months ago

dshukertjr commented 2 months ago

What kind of change does this PR introduce?

Adds signInAnonymously() method to support Anonymous sign-in.

This PR should be merged after https://github.com/supabase/supabase-flutter/pull/879

Closes https://github.com/supabase/supabase-flutter/issues/874