mlh-hackathon-nodejs-starter
mlh-hackathon-nodejs-starter copied to clipboard
Hackathon starter project for Node.js applications
Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 4.0.4 to 5.3.1. Release notes Sourced from express-handlebars's releases. v5.3.1 5.3.1 (2021-05-04) Bug Fixes add note about security (78c47a2) v5.3.0 5.3.0 (2021-03-30) Features Add partialsDir.rename option (#151)...
### Description Similar to support for GitHub, Twitter, or Google authentication, we would also like to support [MyMLH](https://my.mlh.io/) authentication. This is a login system used at MLH events, we use...
Fixes include : 1) Pass the access code via headers instead of params, as Github has changed the authentication mechanism. 2) Update USER_GUIDE.md to include the DB schema initialization command...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
### Summary * Updated License section with the correct link to license. ### Before the change :  ### After the change : ...
Hello! I ran into some errors when following along the tutorial and these were what I did to fix them: - Ensuring the database specified in databases.json exists in the...