function isUserAuthenticated()

in server.js [31:34]


function isUserAuthenticated(){
    // add here the logic to verify the user is authenticated
    return true;
}