Skip to content
Dashboard

Manage Next.js Server Actions in the Vercel Firewall

Sage AbrahamSoftware Engineer
// app/auth/actions.ts
'use server'
export async function getUser(userId: string) {
// ...
}

Ready to deploy?