Tad

Results 5 comments of Tad

It also happened to me and it has no relation with cookie session. need to delete old authorize code

I revised it like this, wish it helps - oauth2.js ``` exports.authorization = [ login.ensureLoggedIn(), server.authorization(function (clientID, redirectURI, done) { db.clients.findByClientID(clientID, function (err, client) { if (err) { return done(err);...

@linfan Thanks for your issue. This Project is still under development. I will fix it ASAP. and then let you know. Thanks.