web-user-management
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

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.

Package Sidebar

Install

npm i web-user-management

Weekly Downloads

26

Version

0.0.19

License

MIT

Last publish

Collaborators

  • trevorvonseggern