supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
318 stars 151 forks source link

Align PostgREST API conventions with GoTrue-JS #212

Open logemann opened 2 years ago

logemann commented 2 years ago

Feature request

Is your feature request related to a problem? Please describe.

Alignment of various parts of the API. Would like to have the AUTH API behaves the same way as the DB REST Api.

See this how throwOnError works in the DB API https://github.com/supabase/postgrest-js/pull/188

Describe the solution you'd like

same thing for methods like signIn() and friends.

Describe alternatives you've considered

nothing.

matheusbn commented 2 years ago

Maybe for storage as well?