supabase / gotrue-dart

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

fix: don't require session after signup #87

Closed Vinzent03 closed 2 years ago

Vinzent03 commented 2 years ago

fixes https://github.com/supabase-community/supabase-flutter/issues/182 See my comment for a question regarding the sign in event and strange naming of data.

Vinzent03 commented 2 years ago

I see that GotrueResponse has a rawData field, which is not set by subclasses. Should I fix that as well or should it be null?

dshukertjr commented 2 years ago

@Vinzent03 I think it's fine to leave it as is, but am also curious how you would go about fixing it! Would it be okay if you show it to me real quick in this PR?