Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: expressjs/session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: expressjs/session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 9 files changed
  • 9 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    31cf465 View commit details
    Browse the repository at this point in the history
  2. 🔒️ use 2048 bit key

    cd test/fixtures
    
    openssl genpkey -algorithm RSA -out new_server.key -pkeyopt rsa_keygen_bits:2048
    
    openssl x509 -in server.crt -signkey new_server.key -days 3650 -out new_server.crt
    
    openssl x509 -in new_server.crt -text -noout
    
    mv new_server.crt server.crt
    
    mv new_server.key server.key
    ctcpip authored and UlisesGascon committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    84ded7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffda85b View commit details
    Browse the repository at this point in the history
  4. ✅ always generate fresh cert

    ctcpip authored and UlisesGascon committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    17e770d View commit details
    Browse the repository at this point in the history
  5. ⬆️ bump actions

    ctcpip authored and UlisesGascon committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    3e84825 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

  1. chore: drop nodejs < 18 (#1020)

    Co-authored-by: Phillip Barta <barta.phillip@gmail.com>
    bjohansebas and Phillip9587 authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    d3ab22c View commit details
    Browse the repository at this point in the history
  2. refactor: remove safe-buffer dependency (#1023)

    Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    bjohansebas and UlisesGascon authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    95f1edd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    ee6a194 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    8e18762 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Configuration menu
    Copy the full SHA
    d0acdcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76bc233 View commit details
    Browse the repository at this point in the history
  3. feat: enforce secret requirement for session creation (#1025)

    * feat: enforce secret requirement for session creation
    
    * feat: remove compatibility with cookie parser
    
    * test: move test to describe
    
    * fix: improve secret option validation in session function
    
    * Update test/session.js
    
    ---------
    
    Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
    bjohansebas and UlisesGascon authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    f5b5ebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4427d93 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into v2

    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    976b3f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Configuration menu
    Copy the full SHA
    47692c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. feat: update default value of resave option to false in session middl…

    …eware (#1064)
    
    Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
    bjohansebas authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    4af1959 View commit details
    Browse the repository at this point in the history
Loading