supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
319 stars 152 forks source link

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

Closed dave-irvine closed 3 months ago

dave-irvine commented 3 months ago

Chore

Describe the chore

The recently released https://github.com/supabase/auth/issues/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.