egghead-angularjs-aunthentication-with-jwt
egghead-angularjs-aunthentication-with-jwt copied to clipboard
Example AngularJS application featuring authentication with Javascript Web Tokens (JWT)
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.