client vs server sessions
Server: const session = await getServerSession(authOptions)
Client: const { status, data: session } = useSession()
Wed, 1 Jan 2025, 9:40 pm
Server: const session = await getServerSession(authOptions)
Client: const { status, data: session } = useSession()
Wed, 1 Jan 2025, 9:40 pm