Skip to content

Update dependency passport to ^0.7.0#8

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/passport-0.x
Open

Update dependency passport to ^0.7.0#8
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/passport-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 18, 2022

This PR contains the following updates:

Package Change Age Confidence
passport (source) ^0.5.2^0.7.0 age confidence

Release Notes

jaredhanson/passport (passport)

v0.7.0

Compare Source

Changed
  • Set req.authInfo by default when using the assignProperty option to
    authenticate() middleware. This makes the behavior the same as when not using
    the option, and can be disabled by setting authInfo option to false.

v0.6.0

Compare Source

Added
  • authenticate(), req#login, and req#logout accept a
    keepSessionInfo: true option to keep session information after regenerating
    the session.
Changed
  • req#login() and req#logout() regenerate the the session and clear session
    information by default.
  • req#logout() is now an asynchronous function and requires a callback
    function as the last argument.
Security
  • Improved robustness against session fixation attacks in cases where there is
    physical access to the same system or the application is susceptible to
    cross-site scripting (XSS).

v0.5.3

Compare Source

Fixed
  • initialize() middleware extends request with login(), logIn(),
    logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions
    again, reverting change from 0.5.1.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency passport to ^0.6.0 Update dependency passport to ^0.7.0 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/passport-0.x branch from d60a028 to 9fec6e1 Compare November 30, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants