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

✨Maximum sessions configuration #234

Merged
merged 6 commits into from Dec 31, 2023
Merged

Conversation

aaronleopold
Copy link
Collaborator

PR adds the ability to configure a maximum session count for a given managed account. The behavior is:

  • User has max_sessions_allowed set to 3
  • User attempts to log in on a 4th device
  • Stump detects this brings them above the limit
  • Stump will remove the oldest of the existing 3 sessions
  • Stump will allow the new session to be created assuming no failure in the previous step

@aaronleopold aaronleopold marked this pull request as ready for review December 31, 2023 21:31
@aaronleopold aaronleopold merged commit 4965bd7 into develop Dec 31, 2023
7 checks passed
@aaronleopold aaronleopold deleted the al/session-restrictions branch December 31, 2023 22:06
@aaronleopold aaronleopold mentioned this pull request Feb 18, 2024
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.

None yet

1 participant