You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recently released supabase/auth#68 adds Anonymous Sign-In, but the types in this JS package do not reflect the change. The User type should have the is_anonymous boolean property exposed.
Additional context
Add any other context or screenshots that help clarify the task.
The text was updated successfully, but these errors were encountered:
## What kind of change does this PR introduce?
Types update
## What is the current behavior?
User type is missing 'is_anonymous' property.
## What is the new behavior?
User type has the 'is_anonymous' property.
## Additional context
I'm not 100% certain if this property is optional or not, hoping
@kangmingtay can offer some insight as they implemented the feature in
supabase/auth#68Fixes#872
---------
Co-authored-by: Kang Ming <[email protected]>
Chore
Describe the chore
The recently released supabase/auth#68 adds Anonymous Sign-In, but the types in this JS package do not reflect the change. The
User
type should have theis_anonymous
boolean property exposed.Additional context
Add any other context or screenshots that help clarify the task.
The text was updated successfully, but these errors were encountered: