Yo @scoldercreations can you use wasteof beta on apple watch? Because i can't login on it. It just redirects to logged out homepage (i have series 5)
does apple watch not support cookies or something? technically the new system uses forms which should work even if the javascript fails.
If it doesn't support cookies, how am I logged in right now? I don't know what tech the current website uses but it works. By the way, it also still logs my Google search history, and when you have the option to clear browsing data, it mentions cookies.
it’s really weird.
wasteof2 works perfectly on Apple Watch. When you log in there, it does a post request to login, then saves the cookie in the browser and redirects to the homepage (I think)
i’m not even sure how wasteof3 works though, I can see the token being returned as a prop when it goes to the homepage but no request to get said token. Like how does it work???
its just a regular POST form that returns a set-cookie header and a redirect home — this is the way that websites have done it for years.
that’s really weird, it does the redirect home but apparently not the cookie