supabase / auth-js

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

feat: add method for anonymous sign-in #858

Closed kangmingtay closed 3 months ago

kangmingtay commented 3 months ago

What kind of change does this PR introduce?

senadir commented 3 months ago

I tried using this and I'm getting a 422 Password is required error, not sure what I'm missing, nothing in the request or the PR above seems to indicate is_anonymous is being passed to the server.