You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm builing a RN-Web app that uses cookies as authentication. The main reason for this is that I'm using Supabase, and that's what they provide. I managed to get it working by doing some hacks, but I was thinkin about removing those hacks in favor of Axios + Tough-Cookie. Perhaps I could use this project as a base to make an AsyncStorage capable plugin.
I see there's an open PR fixing an upstream breaking change. I wonder, would you recommend spending some time trying to make this code work for AsyncStorage? Or did you find a bigger problem that would make this unreasonable? Thanks!
The text was updated successfully, but these errors were encountered:
I'm builing a RN-Web app that uses cookies as authentication. The main reason for this is that I'm using Supabase, and that's what they provide. I managed to get it working by doing some hacks, but I was thinkin about removing those hacks in favor of Axios + Tough-Cookie. Perhaps I could use this project as a base to make an AsyncStorage capable plugin.
I see there's an open PR fixing an upstream breaking change. I wonder, would you recommend spending some time trying to make this code work for AsyncStorage? Or did you find a bigger problem that would make this unreasonable? Thanks!
The text was updated successfully, but these errors were encountered: