I want my site to automatically log the user in once the browser auto-filled the credentials in the login form.
I'm able to detect those auto-fill events via CSS transitions and onAnimationStart on the JS side but I can't receive the credentials until a trusted event is fired by the user.
Is there any way to spoof this? Or even a completely different approach to achieve this?