We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
JWT has security issue about sidejacking.
https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html#token-sidejacking
OWASP suggests to add a fingerprint into cookies to prevent using stolen token.
Do we have any ideas how we can implement this suggestion?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
JWT has security issue about sidejacking.
https://cheatsheetseries.owasp.org/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.html#token-sidejacking
OWASP suggests to add a fingerprint into cookies to prevent using stolen token.
Do we have any ideas how we can implement this suggestion?
The text was updated successfully, but these errors were encountered: