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)
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-angularjs-aunthentication-with-jwt
- Owner: eggheadio
- Created: 2014-09-22T16:47:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T16:43:50.000Z (over 11 years ago)
- Last Synced: 2025-03-26T08:47:27.791Z (about 1 year ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 48
- Watchers: 7
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.