To enable authentication, add your OAuth credentials to .env.local
.env.local
NEXTAUTH_SECRET="..."
GITHUB_CLIENT_ID="..."
GITHUB_CLIENT_SECRET="..."