supabase / supabase-js

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
https://supabase.com
MIT License
2.86k stars 220 forks source link

feat: switch to `@supabase/auth-js` #933

Closed hf closed 1 month ago

hf commented 4 months ago

Switches to using @supabase/auth-js instead of @supabase/gotrue-js. Note that these two packages are equvalent and guaranteed to remain equivalent for as long as version 2 is maintained.

github-actions[bot] commented 4 months ago

Pull Request Test Coverage Report for Build 7302401459


Totals Coverage Status
Change from base Build 7253131380: 0.0%
Covered Lines: 89
Relevant Lines: 116

💛 - Coveralls
hf commented 3 months ago

Hold this, realized that people with pinned gotrue-js versions will probably have an issue with this.

kangmingtay commented 1 month ago

closing this since it's superseded by https://github.com/supabase/supabase-js/pull/998