JS-301-NodeServer
Ctrlk
  • Introduction
  • js_library
    • Node Server
      • 00 - Intro
      • 01 - Server Set up
      • 02 - Development Tools
      • 03 - Routes Intro
      • 04 - Database Intro
      • 05 - Model View Controller
      • 06 - Tokenization
      • 07 - Encryption
      • 08 - Session
      • 09 - Middleware
      • 10 - Authenticated Routes
      • 11 - Authenticated Requests
        • 00 - Additions to index
        • 01 - Anatomy of a Request
        • 02 - Create User
        • 03 - Getting a Token
        • 04 - Get Items From One User
        • 05 - Creating an Item for a User
        • 06 - Get one item
        • 07 - Update an Item
        • 08 - Deleting an Item
        • 09 - Deleting with a Custom Event
      • 12 - Workout Log Server
      • 13 - More Sequelize Functions
Powered by GitBook
On this page
  1. js_library
  2. Node Server

11 - Authenticated Requests

00 - Additions to index01 - Anatomy of a Request02 - Create User03 - Getting a Token04 - Get Items From One User05 - Creating an Item for a User06 - Get one item07 - Update an Item08 - Deleting an Item09 - Deleting with a Custom Event
Previous07 - Postman TestingNext00 - Additions to index

Last updated 7 years ago