artgon / angularjs-role-based-auth

Role based auth example in AngularJS
162 stars 39 forks source link

AngularJS -- Role Based Auth Example

This is a working example for the following post: http://arthur.gonigberg.com/2013/06/29/angularjs-role-based-auth/

Instructions to get it running

Make sure lineman and bower are installed

npm install -g lineman

npm install -g bower

Install NPM packages

npm install

Install Bower packages

bower install

Run Lineman

lineman run

Test in browser

Go to localhost:8000