sds-angular-jwt
Angular Auth Control
To Install this package (not published yet):
bower install sds-angular-jwt --save
npm install sds-angular-jwt --save
Notes on pushing to bower:
commit your changes
git commit -am "Made some awesome new changes, now its even awesomer"
tag the commit
git tag -a v0.5.3 -m "Release version 0.5.3"
push to GitHub
git push origin master --tags
npm publish