bloggify-user-auth
v4.0.0
Published
User management for Bloggify.
Downloads
32
Maintainers
Readme
bloggify-user-auth
User management for Bloggify.
:cloud: Installation
# Using npm
npm install --save bloggify-user-auth
# Using yarn
yarn add bloggify-user-auth:memo: Documentation
Plugin Configuration
- Object
config:signin_url(String): The sign in url.signout_url(String): The sign out url.signup_url(String): The sign in url.success_url(String): The url to redirect to after signout/signin.require_confirmation(String): Iffalse, the users will be confirmed by default.passport(Object): Thebloggify-passportconfiguration.
This module comes with the User Sequelize model which you have to expose in your models.
:question: Get Help
There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. :bug:
:yum: How to contribute
Have an idea? Found a bug? See how to contribute.
