Server authentication on Next.js using JWT

November 26, 2017 ยท View on GitHub

PRs Welcome

it works with node version 7.8.0 or above

Main Idea

The main idea behind this example is to handle the sessions on the server, letting you validate if the user is logged before the view is rendered, as you know and if you don't know now you know ๐Ÿ˜‚ to access to local storage on server render you must do componenDidMount so this example prevent the render before the validation. More info here

How it works

Clone the repo

npm install
npm run dev

Sign

You can create you're own account until you Log Out (The user will not be save); you can access using the next credentials

email: demo@demo.com
password: demo