OmarElGabry/chat.io

View on GitHub
app/auth/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var init = function(){

    // Serialize and Deserialize user instances to and from the session.
    passport.serializeUser(function(user, done) {
        done(null, user.id);
Severity: Minor
Found in app/auth/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status