nextjs-authentication
nextjs-authentication copied to clipboard
Next.js app with token-based authentication
This repo is part of our engineering blog at TWG :fire:
Installation:
- [ ] Clone and run backend repo
- [ ] Run
yarn
from the root - [ ] Run the app with yarn start
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.