Authentication module for AngularJS.
http://qloo.github.io/angular-authentication
https://github.com/qloo/angular-authentication
Stability: 3 - Stable
The stability index will reach 4 at 2.0 beta
For more information you can view the Node.js stability index.
- dot notation for identityKeys
- Multiple identity support
- Roles support
To install all the necessary dependencies for the the example you'll need to run the following commands:
$ npm install -g grunt-cli && npm install && grunt bootstrap
If you have problems with Grunt you may need to uninstall a previously installed version, you may also need to run the grunt-cli
installation using sudo
.
This will ensure that all of the necessary node and bower modules are installed, documentation is built, and the example has been bootstrapped.
You can run the test server with the following command:
$ grunt server
It is important that you have already run the grunt bootstrap
task before testing.
grunt test
grunt test:unit
grunt test:e2e
grunt cont:unit
grunt cont:e2e
To LINT the JS:
grunt lint
To run unit tests and LINT the JS
grunt check
Build documentation:
grunt doc
Cleanup:
grunt clean
Lint, documentation, bootstrap, and test:
grunt
Copyright (c) 2013 Qloo Inc., Michael Diolosa <[email protected]>
This library is licensed under the MIT license.