Add mock authentication for tests
Integration tests current rely on using a test database that has a test user inserted. Rather than using this "real" authentication, a mock authentication should be enabled for integration testing.
https://www.npmjs.com/package/passport-mock-strategy https://gist.github.com/mweibel/5219403