koa-passport
Advanced tools
Changelog
6.0.0
Potentially breaking change:
logout
signature from (options, callback) => void
to (options) => Promise<void>
#188Changelog
3.0.0
ctx.passport
and save state variables (like _passport
and user
) in ctx.state
insteadpassport
from monkey patching http.IncomingMessage
user, info, status
to err, user, info, status
(err
added) to be consistent with passportassignProperty
option (#86)