Skip to content

This is simple backend of todo app. The app is built with node js express. For authentication jwt cookies are used.

Notifications You must be signed in to change notification settings

Shimanshu83/ToDo-App-Jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App with JWT and Cookie Authentication

This is a simple to do app which has this endpoints

  • POST /login
  • POST /signup
  • GET /todos
  • POST /todos
  • PUT /todos/:id
  • DELETE /todos/:id
  • GET /todos/:id

Authentication is done using JSON web token with cookies.

You can find the API documentation here

About

This is simple backend of todo app. The app is built with node js express. For authentication jwt cookies are used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published