Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] Ensure device has not been logged out #467

Merged
merged 30 commits into from
Aug 30, 2023
Merged

[3.x] Ensure device has not been logged out #467

merged 30 commits into from
Aug 30, 2023

Commits on Aug 22, 2023

  1. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2a74778 View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    patrickomeara authored and crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2d2df47 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b3b0486 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fbf7b54 View commit details
    Browse the repository at this point in the history
  5. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    66c0a50 View commit details
    Browse the repository at this point in the history
  6. Apply fixes from StyleCI

    StyleCIBot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a6b9d9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    755e63d View commit details
    Browse the repository at this point in the history
  8. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a9bab0c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    3b39b70 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e85e829 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0961225 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c391204 View commit details
    Browse the repository at this point in the history
  5. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6671f7e View commit details
    Browse the repository at this point in the history
  6. Apply fixes from StyleCI

    StyleCIBot committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    167f77b View commit details
    Browse the repository at this point in the history
  7. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b95b8aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bebf204 View commit details
    Browse the repository at this point in the history
  9. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d084dd4 View commit details
    Browse the repository at this point in the history
  10. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ab1a0ee View commit details
    Browse the repository at this point in the history
  11. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0dd3fdd View commit details
    Browse the repository at this point in the history
  12. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cd30e34 View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Patrick O'Meara <[email protected]>
    crynobone and patrickomeara authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1d933a4 View commit details
    Browse the repository at this point in the history
  14. Apply fixes from StyleCI

    StyleCIBot committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    45815c2 View commit details
    Browse the repository at this point in the history
  15. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    809dda7 View commit details
    Browse the repository at this point in the history
  16. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    67ce970 View commit details
    Browse the repository at this point in the history
  17. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b123047 View commit details
    Browse the repository at this point in the history
  18. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1e55335 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    91e287e View commit details
    Browse the repository at this point in the history
  20. wip

    Signed-off-by: Mior Muhammad Zaki <[email protected]>
    crynobone committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b21171b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. formatting

    taylorotwell committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f52ef2a View commit details
    Browse the repository at this point in the history
  2. formatting

    taylorotwell committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    461d631 View commit details
    Browse the repository at this point in the history