Skip to content

JSConf EU 2015 Workshop - Front and back-end app on Node.js using JWT for authentication.

Notifications You must be signed in to change notification settings

benrondeau/Full-Stack-JWT-Node.js-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Node.js App with JWT Authentication

Front and back-end app on Node.js using JWT for authentication. Back-end uses Express as middleware and front-end uses Angular for its SPA framework.

This app is an example from the workshop I taught at JSconfEU 2015.

Requirements

  • Node.js v4.0+ (app uses ES6)

Get Started

  • Download Repo
  • cd into project directory and npm install
  • node server.js
  • Open http://localhost:3000 and use credentials user and password to login
  • Open web console to see JWT issued
  • Click 'Logout' button in navbar to delete token

About

JSConf EU 2015 Workshop - Front and back-end app on Node.js using JWT for authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published