passport
passport copied to clipboard
Update README.md
** READ THIS FIRST! **
Are you implementing a new feature?
Requests for new features should first be discussed on the developer forum. This allows the community to gather feedback and assess whether or not there is an existing way to achieve the desired functionality.
If it is determined that a new feature needs to be implemented, include a link to the relevant discussion along with the pull request.
Is this a security patch?
Do not open pull requests that might have security implications. Potential security vulnerabilities should be reported privately to [email protected]. Once any vulerabilities have been repaired, the details will be disclosed publicly in a responsible manner. This also allows time for coordinating with affected parties in order to mitigate negative consequences.
If neither of the above two scenarios apply to your situation, you should open a pull request. Delete this paragraph and the text above, and fill in the information requested below.
Checklist
- [x ] I have read the CONTRIBUTING guidelines.
- [x] I have added test cases which verify the correct operation of this feature or patch.
- [x] I have added documentation pertaining to this feature or patch.
- [x] The automated test suite (
$ make test
) executes successfully. - [x] The automated code linting (
$ make lint
) executes successfully.
I am using Sequelize, with a PostgreSQL database, and found that I had to refactor the configuration function to use promises with .then blocks, before it worked properly. I am thus trying to make this clear from the documentation.