Skip to content
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

Replacing Static Fake Token with Randomized 32-Character Token #340

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

Speelwolf
Copy link
Contributor

The generateFakeResetToken() method previously used a static string ('fake-token') as a placeholder for the fake token. This PR updates it to generate a randomized 32-character hexadecimal string using bin2hex(random_bytes(16)). This change improves the security and realism of the fake token by mimicking the structure and appearance of a real token.

Copy link
Contributor

@kbond kbond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Speelwolf, makes sense!

@kbond kbond merged commit 419a328 into SymfonyCasts:main Nov 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants