norman-auth-client
v0.3.0
Published
Express module to handle user authentication
Downloads
21
Readme
norman-auth-client
###Norman authentication module.
To install run:
npm install norman-auth-client norman-auth-serverTo include in your angular app, add the dependency in your main module:
angular.module('myApp',[
require('norman-auth-client').name
])