Would it be a security issue adding hashedPassword to getUserAttributes #1509
|
Answered by
pilcrowonpaper
Mar 25, 2024
Replies: 1 comment 1 reply
|
I would avoid doing that. You can leak user password hashes if you have an endpoint that returns the entire user object (worse if it's public) |
1 reply
Answer selected by
rwieruch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would avoid doing that. You can leak user password hashes if you have an endpoint that returns the entire user object (worse if it's public)