-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[WIP] [Security] Session concurrency control #12009
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
66ed331
Previous PR
ajgarlag 90eba34
BC Concurrent Sessions Control
ajgarlag 82c5f71
CS fix thanks to fabbot.io
ajgarlag 5772a75
PHP Types fix thanks to fabbot.io
ajgarlag c6b1488
Depend on TokenStorageInterface instead of SecurityContextInterface
ajgarlag 9c3aebb
Mark as private several methods and properties
ajgarlag 2b5e2ed
Rename exceptionIfMaximunExceeded to errorIfMaximunExceeded to follow…
ajgarlag 5e22c79
Remove the useless unique index for the primary key.
ajgarlag 5664571
Control to avoid an error when the request has no session.
ajgarlag f458bd4
Fix phpdoc
ajgarlag f92286a
Several improvements and error fixes to DBAL related code.
ajgarlag 52b7ba4
CS fix thanks to fabbot.io
ajgarlag 4ca3a47
Remove aligned '=>' and '='
ajgarlag 6224ba0
Set the max_sessions config option as integer.
ajgarlag 81c01de
Makes the session registry service public.
ajgarlag c0edefd
Adds a new logout handler to removes the session information from ses…
ajgarlag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Mark as private several methods and properties
- Loading branch information
commit 9c3aebb59726a7c0e882d1d7be8cf81ed9812adc
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing PHPdoc in this constructor