只要透過next-auth提供的一些hook就能輕鬆做到第三方登錄的功能 import { signIn, signOut, useSession } from 'next-auth/client' export default function Page() ...
確定! 回上一頁