supabase / gotrue-dart

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

fix: allow nullable role in User.fromJson() #108

Closed Vinzent03 closed 1 year ago

Vinzent03 commented 1 year ago

In response to today's issues (https://status.supabase.com/incidents/zmw9wwlwnj8g), it might be a good idea to not require role to be non-nullable if the actual type is nullable.

Vinzent03 commented 1 year ago

Should I increase the version number as well here?