Update dependency passport to v0.5.0 #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/passport-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.4.1
->0.5.0
Release Notes
jaredhanson/passport
v0.5.0
Compare Source
Changed
initialize()
middleware extends request withlogin()
,logIn()
,logout()
,logOut()
,isAuthenticated()
, andisUnauthenticated()
functions.
Removed
login()
,logIn()
,logout()
,logOut()
,isAuthenticated()
, andisUnauthenticated()
functions no longer added tohttp.IncomingMessage.prototype
.Fixed
userProperty
option toinitialize()
middleware only affects the currentrequest, rather than all requests processed via singleton Passport instance,
eliminating a race condition in situations where
initialize()
middleware isused multiple times in an application with
userProperty
set to differentvalues.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.