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: DEV-3397: Added session expiration settings and conditions #3114

Merged
merged 8 commits into from
Oct 31, 2022

Conversation

wesleylima
Copy link
Contributor

Added session expiration settings and conditions based on last login and last activity. Also made persistent session optional on login.

… on last login and last activity. Also made persistent session optional on login.
@swarmia
Copy link

swarmia bot commented Oct 19, 2022

@github-actions github-actions bot added the fix label Oct 19, 2022
@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 77.30% // Head: 77.34% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (9ab428f) compared to base (6ac575c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3114      +/-   ##
===========================================
+ Coverage    77.30%   77.34%   +0.04%     
===========================================
  Files          147      147              
  Lines        10813    10837      +24     
===========================================
+ Hits          8359     8382      +23     
- Misses        2454     2455       +1     
Impacted Files Coverage Δ
label_studio/label_studio/core/middleware.py 90.47% <0.00%> (+0.15%) ⬆️
..._studio/label_studio/core/settings/label_studio.py 94.44% <0.00%> (+0.15%) ⬆️
label_studio/label_studio/core/settings/base.py 88.05% <0.00%> (+0.18%) ⬆️
label_studio/label_studio/users/forms.py 88.23% <0.00%> (+0.35%) ⬆️
label_studio/label_studio/users/views.py 81.92% <0.00%> (+0.91%) ⬆️
label_studio/label_studio/users/functions.py 62.74% <0.00%> (+1.52%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wesleylima wesleylima merged commit 3a022c7 into develop Oct 31, 2022
@github-actions github-actions bot deleted the fb-dev-3397 branch October 31, 2022 21:41
wesleylima added a commit that referenced this pull request Nov 1, 2022
makseq pushed a commit that referenced this pull request Nov 1, 2022
…ns" (#3181)

Revert "fix: DEV-3397: Added session expiration settings and conditions (#3114)"

This reverts commit 3a022c7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants