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: laravel/sanctum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.6
Choose a base ref
...
head repository: laravel/sanctum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 7 contributors

Commits on Aug 22, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6bd2cc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Use crc32b instead of crc32 (#468)

    * Use crc32b instead of crc32
    
    * Update test to crc32b
    marzvrover authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a24affa View commit details
    Browse the repository at this point in the history
  2. [3.x] Ensure device has not been logged out (#467)

    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Ensure device has not been logged out
    
    This adds a middleware to check that the password has in session is the same as the current users password.
    
    This fixes a security issue where an attacker can keep sending requests to an API using the sanctum auth after the password has been changed.
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply fixes from StyleCI
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Update src/Http/Middleware/EnsureDeviceHasNotBeenLoggedOut.php
    
    Co-authored-by: Patrick O'Meara <pat@maintainly.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply fixes from StyleCI
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Patrick O'Meara <pat@maintainly.com>
    
    * Apply fixes from StyleCI
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Update src/Http/Middleware/AuthenticateSession.php
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * formatting
    
    * formatting
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    Co-authored-by: Patrick O'Meara <pat@fixd.io>
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    Co-authored-by: Patrick O'Meara <pat@maintainly.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    5 people authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d64ce69 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. dont prefix by default

    taylorotwell committed Sep 4, 2023
    1 Configuration menu
    Copy the full SHA
    95a0181 View commit details
    Browse the repository at this point in the history
Loading