Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing 'is_anonymous' property to the User type #872

Closed
dave-irvine opened this issue Mar 30, 2024 · 0 comments · Fixed by #871
Closed

Add missing 'is_anonymous' property to the User type #872

dave-irvine opened this issue Mar 30, 2024 · 0 comments · Fixed by #871

Comments

@dave-irvine
Copy link
Contributor

dave-irvine commented Mar 30, 2024

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 the is_anonymous boolean property exposed.

Additional context

Add any other context or screenshots that help clarify the task.

@dave-irvine dave-irvine changed the title User type is missing 'is_anonymous' property Add missing 'is_anonymous' property to the User type Mar 30, 2024
kangmingtay added a commit that referenced this issue Apr 2, 2024
## 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#68

Fixes #872

---------

Co-authored-by: Kang Ming <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant