-
Notifications
You must be signed in to change notification settings - Fork 18
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
Reuse session csrf token #28
Merged
psibean
merged 11 commits into
Psifi-Solutions:main
from
davidgonmar:reuse-session-csrf-token
Aug 16, 2023
Merged
Reuse session csrf token #28
psibean
merged 11 commits into
Psifi-Solutions:main
from
davidgonmar:reuse-session-csrf-token
Aug 16, 2023
Commits on Aug 13, 2023
-
feat: reuse session csrf tokens when possible
This allows multiple tabs to be open at the same time, without compromising security. Now, the cookie includes both a hash and the token, separated by "|". This allows the token generator to extract the token from an existing csrf session cookie and reuse it.
Configuration menu - View commit details
-
Copy full SHA for d249bfe - Browse repository at this point
Copy the full SHA d249bfeView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 680c161 - Browse repository at this point
Copy the full SHA 680c161View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85f3337 - Browse repository at this point
Copy the full SHA 85f3337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0f021 - Browse repository at this point
Copy the full SHA 9b0f021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb8164 - Browse repository at this point
Copy the full SHA 0eb8164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621a670 - Browse repository at this point
Copy the full SHA 621a670View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c7304 - Browse repository at this point
Copy the full SHA a2c7304View commit details -
Configuration menu - View commit details
-
Copy full SHA for a137b74 - Browse repository at this point
Copy the full SHA a137b74View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfa1c42 - Browse repository at this point
Copy the full SHA dfa1c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15890aa - Browse repository at this point
Copy the full SHA 15890aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0213459 - Browse repository at this point
Copy the full SHA 0213459View commit details
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.