MichaelCampbell-on3001 / bearer-auth

Lab 07 401d46

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab: 06 bearer-auth

Authentication Server Phase 2: Token (Bearer) Authentication

Author: Michael Campbell

Description:

  • When a “good” login happens, the user is considered to be “authenticated” and our auth-server generates a JWT signed “Token” which is returned to the application

Links:

Heroku

repo

Pull Request

Basic Auth Pull Request

USED SQLite

Setup

Dependencies:

  • dotenv
  • express
  • jest
  • nodemon
  • supertest
  • sequelize
  • sequelizeCLI
  • sqlite3
  • base64
  • bCrypt

Running the app

  • npm start
  • Endpoint/ error status - Return error message

Tests

  • Server Test npm run test

UML

(created with invisionApp )

UML

About

Lab 07 401d46

License:MIT License


Languages

Language:JavaScript 100.0%