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

fix: don't load inactive users with sessions #2192

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

dpgaspar
Copy link
Owner

@dpgaspar dpgaspar commented Feb 8, 2024

Description

Make sure the when a user is made inactive any active sessions are not allowed to login

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3263e1a) 79.57% compared to head (9922957) 79.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2192   +/-   ##
=======================================
  Coverage   79.57%   79.57%           
=======================================
  Files          72       72           
  Lines        8982     8985    +3     
=======================================
+ Hits         7147     7150    +3     
  Misses       1835     1835           
Flag Coverage Δ
python 79.57% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dpgaspar dpgaspar merged commit 9123fcb into master Feb 8, 2024
14 checks passed
@dpgaspar dpgaspar deleted the fix/deny-inactive-users branch February 8, 2024 13:45
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.

1 participant