s

supabase / supabase-js

You can copy the badge and add it to your README!

Continuous Releases from master
chore: do not fail on coveralls error (#1557)yesterdayf2b6733
fix: update import of storageClientOptions (#1567) * fix: update import of storageClientOptions * chore: update storage-js to latest2 days agocd8173e
feat: bump auth-js to 2.72.0 (#1563)3 days agof9a28e6
chore: update lock file (#1564)3 days ago4e9d1ec
Merge pull request #1554 from supabase/bump-functions-js-250 fix: bump functions-js to 2.5.02 weeks agoc4c6bd5
fix: use setAuth for realtime in signup flows also (#1551) * fix: use setAuth for realtime in signup flows also * fix ci * push token instead of using binded expression2 weeks ago24e5e84
fix: update typedoc to 0.23 (#1549) * fix: update typedoc to 0.23 * fix: update supabase packages too3 weeks ago4d7e616
fix: add validation for supabaseUrl (#1547) * improve validation for supabaseUrl * move call * trim before check * improve regex + more tests3 weeks ago599531d
fix: make Authorization header check case-insensitive (#1528) - Fix issue #1043 where custom Authorization headers were checked case-sensitively - HTTP headers should be case-insensitive according to RFC standards - Replace exact key match with case-insensitive check using Object.keys().some() - This allows headers like 'authorization', 'Authorization', 'AUTHORIZATION' to work correctly3 weeks agocae024c