/egghead-angularjs-aunthentication-with-jwt

Example AngularJS application featuring authentication with Javascript Web Tokens (JWT)

Primary LanguageJavaScript

![AngularJS Authentication with JWT Tutorial Series](https://d2eip9sf3oo6c2.cloudfront.net/series/covers/000/000/007/full/angular-jwt-cover-image.png?1411315025)

This is the example project for the AngularJS Authentication with JWT lesson series on egghead.io.

This project uses node.js and Node Package Manager (npm).

npm install in the project folder.

Additionally it uses Bower to grab AngularJS. With bower installed:

bower install in the project folder.

The lessons correspond to tags. Note that npm dependencies will be added for each lesson, so it will be required to run npm install for each lesson to get the latest dependencies.