Tags: supabase/supabase-js
Tags
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 correctly
feat: expose auth `userStorage` option to facilitate lower cookie siz… …es (#1545) * feat: expose auth `userStorage` option to facilitate lower cookie sizes * add suggestion by @cemalkilic Co-authored-by: Cemal Kılıç <[email protected]> --------- Co-authored-by: Cemal Kılıç <[email protected]>
PreviousNext