Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 431 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 431 Bytes

MVP: access and refresh token in Nextjs app router (RSC)

Built with

  • Hono.js as a backend
  • Next.js as a frontend (incl server side rendering)
  • fetcher with refresh token handler
  • Tanstack Query with client side redirect
  • apiCatcher with server side redirect

Getting Started

cp .env.example .env
pnpm install
pnpm dev

Open http://localhost:3000 and click "Sign In" button.