Skip to content

sarthak1598/UserAuthentication-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT_Authentication

This is a Node/Express based user authentication API with implementation of tokenisation teqnique JWT(Json Web Tokens)

API endpoints can be tested with Postman with json inputs .

API Request/Response medium --> Json .

API endpoints:

  1. GET : localhost:port/api --> home page

  2. POST: localhost:port/api/register --> user registration handle

  3. POST : localhost:port/api/login ---> user login handle

  4. POST : localhost:port/api/tokenauth ---> token verification

Test

Run : nodemon apiserver.js

About

A identity token based user Authentication API .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors