There are two helpful methods to reduce or eliminate your users' need to input their login information to be signed in to your site.
-
Login token expiration
You can first increase the time period of the token expiration, as described here. Note that this is subject to various regulations that might be relevant to your audience and country, such as GDPR.
-
"Stay logged in"
You can update your templates to ensure the Stay logged in option in the Identity Management login modal is checked by default. To do this, go to Templates → Identity Management → Piano ID login page. Find the code and change it to .
These two methods combined will ensure that users remain logged in for the duration of their login token without any user action.
If your login screen does not contain any "Stay logged in" or "Remember me" checkboxes, your users will remain logged in for the duration specified by the user token expiration in your Identity Management settings.