Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Support for CSRF token patterns as instructed by OWASP. #263

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kedarchandrayan
Copy link

@kedarchandrayan kedarchandrayan commented Sep 5, 2022

This PR allows selection of csrfTokenPattern to be used. Support for HMAC based token pattern and encryption based token pattern added. Defaults to double submit cookie pattern.

Closes #121

Thanks @dougwilson for helping out in opening up PR creation for non-existing collaborators like me, who would love to contribute in this repository.

Team, please let me know your reviews. I have added new test cases too. Old ones need not be changed as the change is backward compatible.

While going through the OWASP documentation, I realized that we can have the csrfTokenPattern as an input for a pattern factory that helps select and execute the generation of the token and its validation. Also the factory design will help in pluggable implementation of more patterns in future.

@kedarchandrayan
Copy link
Author

kedarchandrayan commented Sep 5, 2022

Hello Team,

Please allow me to run workflows. cc: @dougwilson

Thanks,
Kedar Chandrayan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature add 'Encrypted Token Pattern'
1 participant