supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
321 stars 153 forks source link

feat: fix stack guard issues with Safari #743

Closed hf closed 11 months ago

hf commented 11 months ago

Safari does not support stack guards as it does not preserve stack traces across async/await calls. This PR removes the reliance on stack guards when they're not supported, but this means that concurrent access can cause random logouts in those browsers.

github-actions[bot] commented 11 months ago

:tada: This PR is included in version 2.45.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: