nextjs-jwt-authentication
nextjs-jwt-authentication copied to clipboard
A proof of concept app for demonstrating authentication of Next.js app with JWT.
PS C:\Users\p-c\Downloads\Github\nextjs-jwt-authentication> npm start > [email protected] start > NODE_ENV=production node server.js 'NODE_ENV' n’est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.
Hey Alan, thanks a lot for this repo and the [express example](https://github.com/alan2207/express-server-jwt). I have rewritten your project in TypeScript as a monorepo, for my purposes. You could Link [my project](https://github.com/danisenpai/fullstack-authentication-example)...