Justin Clagg

Results 2 issues of Justin Clagg

We were getting errors at "formidable/lib/incoming_form.js", resulting in an uncaught exception. I added form.on('error', callback) to handle these types of errors.

Twitch supports a [force_verify](https://github.com/justintv/Twitch-API/blob/master/authentication.md) parameter during authentication. I added a line to support this using passport-oauth2's function for extra parameters. An optional `force_verify: true` can be added when initializing the...