Closed mtfranchetto closed 1 year ago
Replace a custom made hash function with pbkdf2_hmac to generate the fingerprint used in the CSRF token generation.
Tested a local version of the frontend with auth enabled, and verified that mutations work seamlessly.
i18n
npm run build
In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
Replace a custom made hash function with pbkdf2_hmac to generate the fingerprint used in the CSRF token generation.
How Has This Been Tested?
Tested a local version of the frontend with auth enabled, and verified that mutations work seamlessly.
PR Quality Checklist
i18n
solution instead (see here)npm run build
builds without any errorIn order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.