I can get an access_token from auth0, but this does not actually allow me to do authenticated graphql queries, which require a loginToken cookie, which I think are generated by createAndSetToken() in packages/lesswrong/server/vulcan-lib/apollo-server/authentication.tsx
I can get an access_token from auth0, but this does not actually allow me to do authenticated graphql queries, which require a loginToken cookie, which I think are generated by createAndSetToken() in packages/lesswrong/server/vulcan-lib/apollo-server/authentication.tsx