anton0519
04/27/2021, 6:43 PMapp.use(
cors({
origin: "http://localhost:3000",
allowedHeaders: ["content-type", ...supertokens.getAllCORSHeaders()],
credentials: true,
methods: ["GET", "PUT", "POST", "DELETE", "OPTIONS"],
}),
)
?