editor
editor copied to clipboard
Simplify authentication
See https://github.com/vega/editor/issues/843#issuecomment-1028551954. We probably don't need to proxy all requests through the server but can get a token from the server and then make requests in the frontend.
This should also allow us to support safari which I think doesn't work right now.