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
Which means it doesn't support pure client-side authentication, and although the steps make it seem like it could be done without a dedicated backend server, any requests made fail with a CORS error.
This seems to be a known issue and there are some workarounds, like using gatekeeper(which is basically separate a nodejs server just for OAuth, probably not useful to us) or utilizing a service like cors-anywhere(not recommended since the tokens would be passing through a third party).
Description
The text was updated successfully, but these errors were encountered: