This property of the usoft-zero template default applies only to your Development environment.
In Development, when testing and debugging, having to constantly repeat the login ritual can be annoying. In an application based on the usoft-zero default, you can create a set-up that removes this necessity. This feature is not safe, and therefore only appropriate in Development.
In USoft Authorizer, define an Application User who has a password equal to the username.
When browsing the UI, pass this query parameter in the URL:
autologin=username
On startup, the application will attempt to login using username as the username and password.
The login page will check for the ‘autologin’ URL parameter. If it is available, the login attempt is automatically based on it. The application will automatically re-login when it is in the logged-out state.
Example
http://localhost:8096/myservice1/myconnection1/?autologin=TEST_USER_2