An open API service indexing awesome lists of open source software.

https://github.com/eggheadio/egghead-angularjs-aunthentication-with-jwt

Example AngularJS application featuring authentication with Javascript Web Tokens (JWT)
https://github.com/eggheadio/egghead-angularjs-aunthentication-with-jwt

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          


![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](https://egghead.io/series/angularjs-authentication-with-jwt) lesson series on egghead.io.

This project uses [node.js](http://nodejs.org/) 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.