brisk-account
v0.9.3
Published
Account management for Brisk
Maintainers
Readme
Brisk: Account
Account management for Brisk
Dependencies
Install
Using NPM
npm install brisk-accountConfiguration
You can override the module's default configuration by adding an account.js file to your Brisk application's config/ directory.
Options
mailer(Boolean/Integer): Set to0orfalseto disable sending emails (such as verification links) upon account registration. Defaults to1(true).
Controllers
This extension has the following controllers, each adding additional paths to your app:
Account
This controller is used for local account management, including registration, login, and profile operations.
Endpoints
account/
account/login
account/complete
account/register
account/delete
account/reset
account/verifyAuth
This controller is used to handle authentication against local and 3rd party providers, as well as their respective callbacks.
Endpoints
These paths are optional and only active if the API details for each provider are available.
auth/user
auth/callback
auth/facebook
auth/twitterCredits
Initiated by Makis Tracend
Distributed through Makesites.org
License
Released under the MIT license
