# web-user-management

#### Install with:
`npm i -S web-user-management`

#### Use with:
`import 'web-user-management';`

`angular.module('app', [ 'user-management-module' ]);`


Environment Parameters
* GOOGLE_REDIRECT_URI: This is the redirect uri for google's OAuth 2 login service.
* DB_DATABASE: Schema name for the database. 
* DB_USERNAME: username for the database login credentials.
* DB_PASSWORD: password for the database login credentials.
* DB_HOST: url to connect to the database (defaults to localhost).
* DB_PORT: port to connect to the database (defaults to mysql default 3306 I think).
* DB_FORCE: When true, it drops and recreates the database for testing or dev reasons.