import NextAuth from "next-auth" import GithubProvider from "next-auth/providers/github" export const authOptions = { // 在providers 中配置 ...
確定! 回上一頁