Posts tagged “typescript”
Add Google Sign‑In to Next.js with OAuth 2.0 + OIDC (PKCE)
Step‑by‑step, ELI5 guide to add Google login to Next.js using OAuth 2.0 + OIDC with PKCE, secure cookies, and Drizzle/Neon. Includes code, security rationale, dev→prod, and troubleshooting.
Add Microsoft Sign‑In to Next.js with Azure Entra + OIDC (PKCE)
ELI5, end‑to‑end guide to add Microsoft (Outlook + work/school) login to Next.js using Azure Entra OIDC with PKCE, secure cookies, Drizzle/Neon. Includes code, dev→prod, and troubleshooting.
Why I Built My Blog on Next.js + MDX (and Exactly How)
I wanted a fast, durable, file‑based blog—no CMS. Next.js + first‑class MDX fit perfectly. Here’s the why, the exact setup, SEO, and workflow you can copy.