Hi,
I was looking for a changelog or history documentation. By reading the commits log it seems that the major change is related to session. One have to do app.use(passport.session()); now after initialize.
If I do not want to use sessions, is omitting app.use(passport.session()); will be enough? Or is {session: false} still relevant when invoking authenticate? I see it in the documentation still, but is it just a remainder of 0.2.x that need to be removed?
somehow linked #397 #375
Ok, will answer to myself, {session: false} is still needed...
@jaredhanson could you consider the session option being false by default if passport.session() was not used, and true by default the other way?
@jaredhanson please also consider maintaining a changelog.
@jaredhanson changelog please.
@jaredhanson +1 for a changelog!
The suggestion from @JSteunou about default session behavior also would make a lot of sense.
+1 for default session behavior
bump! for default session
Most helpful comment
Ok, will answer to myself,
{session: false}is still needed...@jaredhanson could you consider the
sessionoption beingfalseby default ifpassport.session()was not used, andtrueby default the other way?