Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 645 Bytes

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