Skip to content

Sample JWT Authentication process with Next.JS, Node, SOLID and MongoDB

Notifications You must be signed in to change notification settings

sluucke/next-authenticator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Next.js + JWT + MONGODB Authentication

This application is designed to help new users understand separate backend authentication in Next JS.

Frontend was made not to miss the SSR(Server Side Rendering) . And the backend is made entirely in SOLID architecture.

Features:

Typescript

Next Js

Mongo Db

JWT

TODO:

[ ] Register page

Usage

Instalation:

Make sure you have NPM installed

git clone https://github.com/sluucke/next-authenticator
cd next-authenticator
npm install

Starting the app

# Run in dev mode:
npm run dev

# Run in production:
npm run build
npm start