Open MikeTheSnowman opened 2 years ago
Not sure whether the user name is already being persisted, but doing so would also allow for easier token management commands, where the user just needs to provide the password (reusing both url and user name from the session).
Currently session durations are rather short (only one day). I think it might be a nice feature to have a
fcli ssc session renew
command that will work in the following way:renew
command should just ask the user for a password to generate a new token in order to renew the session.