Posts tagged “javascript”
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.