Skip to content

Build an Authentication API With Node, Express, and MongoDB

Notifications You must be signed in to change notification settings

izzetfurkancari/auth-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

Node.js login and generate JWT Token using HTTPOnly Cookies. Login using JWT (JSON Web Token) which is the stand method for SPA Authentications. Did not use traditional “Bearer method” but instead login using HttpOnly cookies which is a more secure authentication.

Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Getting started

cd <project_name>
npm install
  • Build and run the project
npm start

Navigate to http://localhost:3000

About

Build an Authentication API With Node, Express, and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%