security(auth): harmonize response times for token creation #162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When logging in or requesting a password reset, the response times are variable based on whether a user exists or not. In order to reduce enumeration attacks (CWE-204: Observable Response Discrepancy).
This requires creating a pseudo-token to ensure the response times are harmonized.