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