6.1.2 • Published 6 years ago

periodicjs.ext.passport v6.1.2

Weekly downloads
18
License
MIT
Repository
-
Last release
6 years ago

periodicjs.ext.passport Coverage Status Build Status

A simple extension.

API Documentation

Usage

CLI TASK

You can preform a task via CLI

$ cd path/to/application/root
### Using the CLI
$ periodicjs ext periodicjs.ext.passport hello  
### Calling Manually
$ node index.js --cli --command --ext --name=periodicjs.ext.passport --task=hello 

Configuration

You can configure periodicjs.ext.passport

Default Configuration

{
  settings: {
    defaults: true,
  },
  databases: {
  },
};

Installation

Installing the Extension

Install like any other extension, run npm run install periodicjs.ext.passport from your periodic application root directory and then normally you would run periodicjs addExtension periodicjs.ext.passport but this is handled by the npm post install script.

$ cd path/to/application/root
$ npm run install periodicjs.ext.passport
$ periodicjs addExtension periodicjs.ext.passport // this is handled by npm post install script

Uninstalling the Extension

Run npm run uninstall periodicjs.ext.passport from your periodic application root directory and then normally you would run periodicjs removeExtension periodicjs.ext.passport but this is handled by the npm post install script.

$ cd path/to/application/root
$ npm run uninstall periodicjs.ext.passport
$ periodicjs removeExtension periodicjs.ext.passport // this is handled by npm post uninstall script

Testing

Make sure you have grunt installed

$ npm install -g grunt-cli

Then run grunt test or npm test

$ grunt test && grunt coveralls #or locally $ npm test

For generating documentation

$ grunt doc
$ jsdoc2md commands/**/*.js config/**/*.js controllers/**/*.js  transforms/**/*.js utilities/**/*.js index.js > doc/api.md

Todo

  • re-add user creation validation
  • re-add welcome email
  • re-add forgot password
  • re-add activation
  • re-add social login
  • re-add two factor
  • re-add reset password

Notes

6.1.2

6 years ago

6.1.1

6 years ago

6.1.0

6 years ago

6.0.0

7 years ago

5.0.5

7 years ago

5.0.4

7 years ago

5.0.3

7 years ago

5.0.2

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.0.44

7 years ago

4.0.43

7 years ago

4.0.42

7 years ago

4.0.41

7 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago