Context – This is a Laravel presentation project.
Concern – The current implementation uses users’ email addresses to fetch avatars. Although emails are unique, exposing them in the page source leaks personal information.
Suggestion – For a simple demo, use the users’ names to generate avatars and accept that duplicate names may share the same avatar. This avoids exposing email addresses while keeping the implementation straightforward.
Context – This is a Laravel presentation project.
Concern – The current implementation uses users’ email addresses to fetch avatars. Although emails are unique, exposing them in the page source leaks personal information.
Suggestion – For a simple demo, use the users’ names to generate avatars and accept that duplicate names may share the same avatar. This avoids exposing email addresses while keeping the implementation straightforward.