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