periodicjs.ext.login
An authentication extension that uses passport to authenticate user sessions.
Installation
$ npm install periodicjs.ext.loginConfigure
you can define your own passort authentication strategies, after the extension has been installed, the extension configuration is located in content/config/extensions/periodicjs.ext.login/transport.json
##Development
Make sure you have grunt installed
$ npm install -g grunt-cliThen run grunt watch
$ grunt watchFor generating documentation
$ grunt doc
$ jsdoc2md controller/**/*.js index.js install.js uninstall.js > doc/api.md##Notes
- Check out https://github.com/typesettin/periodicjs for the full Periodic Documentation