supabase / auth-js

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

feat: remove `cache: no-store` as it breaks cloudflare #886

Closed hf closed 2 months ago

hf commented 2 months ago

Fixes https://github.com/supabase/supabase-js/issues/1001

Hopefully the NextJS caching takes in the Authorization header in the cache key.