js and I use next-auth for authentication. So far I have to use something like this in every API route: const session = await getSession({ req }); ...
確定! 回上一頁