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
        • 01 - Intro to Authenticated Routes
        • 02 - Validate Session
        • 03 - Changes to app.js
        • 04 - authtestcontroller.js
        • 05 - Delete an Item
        • 06 - Update an Item
        • 07 - Postman Testing
      • 11 - Authenticated Requests
      • 12 - Workout Log Server
      • 13 - More Sequelize Functions
Powered by GitBook
On this page
  1. js_library
  2. Node Server

10 - Authenticated Routes

01 - Intro to Authenticated Routes02 - Validate Session03 - Changes to app.js04 - authtestcontroller.js05 - Delete an Item06 - Update an Item07 - Postman Testing
Previous09 - Fetch From OneNext01 - Intro to Authenticated Routes

Last updated 7 years ago