Skip to content

Instantly share code, notes, and snippets.

@dyarfi
Created September 7, 2020 17:56
Show Gist options
  • Select an option

  • Save dyarfi/5802ae8b9513348d4f67b5ec8bbaa900 to your computer and use it in GitHub Desktop.

Select an option

Save dyarfi/5802ae8b9513348d4f67b5ec8bbaa900 to your computer and use it in GitHub Desktop.
Package for Next.js with JWT
{
"name": "nextjs-jwt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"next": "^9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment