Continuous Releases from master
fix: update import of storageClientOptions (#1567)
* fix: update import of storageClientOptions
* chore: update storage-js to latest2 days agocd8173e
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