Closed strykejern closed 4 weeks ago
Calling the storage function will not try to refresh the access token if it's about to expire, or has expired. PostgREST functions from and rpc should still refresh as expected.
storage
from
rpc
Fixed in cbeb5df
Calling the
storage
function will not try to refresh the access token if it's about to expire, or has expired. PostgREST functionsfrom
andrpc
should still refresh as expected.