Stephan Mingoesblog.stephanmingoes.meยทSep 28, 2023Authentication using NextJS Client and NestJS ServerOverview The authentication flow works as follows: User submits login form Next.js makes a request to the /login API endpoint Nest.js generates a JWT access token and sets it as a cookie The access token cookie is sent with subsequent requests N...152 readsNext.jsAdd a thoughtful commentNo comments yetBe the first to start the conversation.