Enable automatic login
GNOME Settings > Details > Users > Unlock > Username > Automatic Login
See also: Configure automatic login
Use empty password for keyring
sudo dnf install seahorse
Passwords and Keys > Passwords > Login > Change Password
Make the account passwordless
sudo passwd -d ${USER}
Assuming that you understand the related security implications.