diff --git a/README.md b/README.md index c7d78bf..8187dd3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ LICENCE (The MIT License) -Copyright © 2012-2014 Hashobject Ltd (team@hashobject.com) +Copyright © 2012-2016 Hashobject Ltd (team@hashobject.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal diff --git a/server.coffee b/server.coffee index 7368d7f..46b81d0 100644 --- a/server.coffee +++ b/server.coffee @@ -10,7 +10,6 @@ GITHUB_CLIENT_SECRET = process.env.GITHUB_CLIENT_SECRET || "f70b6f1468f4ef87ba18 app = module.exports = express.createServer() - passport.serializeUser (user, done) -> done(null, user);