Tad
Tad
`-e GUNICORN_OPTS=["--preload"]` works for me
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);...
赞,mark
@linfan Thanks for your issue. This Project is still under development. I will fix it ASAP. and then let you know. Thanks.